fixed leftwm startup and monitor sizing
This commit is contained in:
parent
55bf0e8f42
commit
a9e216dd0f
5 changed files with 18 additions and 5 deletions
|
@ -52,6 +52,7 @@
|
|||
(command: Execute, value: "dmenu_run", modifier: ["modkey"], key: "p"),
|
||||
(command: Execute, value: "rofi -config ~/.config/rofi/config.rasi -show drun", modifier: ["modkey"], key: "space"),
|
||||
(command: Execute, value: "alacritty", modifier: ["modkey"], key: "Return"),
|
||||
(command: Execute, value: "thunar", modifier: ["modkey"], key: "f"),
|
||||
(command: Execute, value: "firefox-developer-edition", modifier: ["modkey"], key: "b"),
|
||||
(command: CloseWindow, value: "", modifier: ["modkey"], key: "q"),
|
||||
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
|
||||
|
@ -96,6 +97,9 @@
|
|||
(command: MoveToTag, value: "8", modifier: ["modkey", "Shift"], key: "8"),
|
||||
(command: MoveToTag, value: "9", modifier: ["modkey", "Shift"], key: "9"),
|
||||
],
|
||||
workspaces: [
|
||||
auto_derive_workspaces: true,
|
||||
workspaces: [ //2036
|
||||
( output: "DP-2", y: 596, x: 0, height: 1440, width: 3440 ),
|
||||
( output: "DP-4", y: 0, x: 3440, height: 2560, width: 1080 ),
|
||||
],
|
||||
)
|
||||
|
|
|
@ -25,7 +25,7 @@ a-red = #bf616a
|
|||
[bar/mainbar]
|
||||
monitor = "DP-2"
|
||||
width = 100%
|
||||
height = 18
|
||||
height = 20
|
||||
background = ${colors.bg}
|
||||
foreground = ${colors.fg}
|
||||
font-0 = Intel One Mono:style=weight=bold:size=10;1
|
||||
|
@ -33,7 +33,7 @@ separator = "┊"
|
|||
separator-foreground = ${colors.pn-light}
|
||||
modules-left = ewmh
|
||||
modules-center = xwindow
|
||||
modules-right = network volume cpu temperature date time time_utc
|
||||
modules-right = network tray volume cpu temperature date time time_utc
|
||||
|
||||
[bar/readerbar]
|
||||
monitor = "DP-4"
|
||||
|
@ -122,6 +122,12 @@ format-disconnected = <label-disconnected>
|
|||
label-connected = " %{F#a3be8c}%local_ip% "
|
||||
format-connected = <label-connected>
|
||||
|
||||
[module/tray]
|
||||
type = internal/tray
|
||||
|
||||
format-margin = 2px
|
||||
tray-spacing = 8px
|
||||
|
||||
;[module/vpn]
|
||||
;type = internal/network
|
||||
;interface = wg1
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
/usr/bin/xscreensaver -nosplash &
|
||||
/usr/bin/dunst &
|
||||
/usr/bin/openrgb -p /home/cbax/.config/OpenRGB/main.orp &
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
autorandr --change default
|
||||
autorandr --change default &
|
||||
/usr/bin/xscreensaver -nosplash &
|
||||
/usr/bin/dunst &
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a72a26406ad3aa9a47c3f5227291bad23494bed0
|
||||
Subproject commit 9bfa3395f34f63d14945e01c45c72ec43d372dfa
|
Loading…
Reference in a new issue