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: "dmenu_run", modifier: ["modkey"], key: "p"),
|
||||||
(command: Execute, value: "rofi -config ~/.config/rofi/config.rasi -show drun", modifier: ["modkey"], key: "space"),
|
(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: "alacritty", modifier: ["modkey"], key: "Return"),
|
||||||
|
(command: Execute, value: "thunar", modifier: ["modkey"], key: "f"),
|
||||||
(command: Execute, value: "firefox-developer-edition", modifier: ["modkey"], key: "b"),
|
(command: Execute, value: "firefox-developer-edition", modifier: ["modkey"], key: "b"),
|
||||||
(command: CloseWindow, value: "", modifier: ["modkey"], key: "q"),
|
(command: CloseWindow, value: "", modifier: ["modkey"], key: "q"),
|
||||||
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
|
(command: SoftReload, value: "", modifier: ["modkey", "Shift"], key: "r"),
|
||||||
|
@ -96,6 +97,9 @@
|
||||||
(command: MoveToTag, value: "8", modifier: ["modkey", "Shift"], key: "8"),
|
(command: MoveToTag, value: "8", modifier: ["modkey", "Shift"], key: "8"),
|
||||||
(command: MoveToTag, value: "9", modifier: ["modkey", "Shift"], key: "9"),
|
(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]
|
[bar/mainbar]
|
||||||
monitor = "DP-2"
|
monitor = "DP-2"
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 18
|
height = 20
|
||||||
background = ${colors.bg}
|
background = ${colors.bg}
|
||||||
foreground = ${colors.fg}
|
foreground = ${colors.fg}
|
||||||
font-0 = Intel One Mono:style=weight=bold:size=10;1
|
font-0 = Intel One Mono:style=weight=bold:size=10;1
|
||||||
|
@ -33,7 +33,7 @@ separator = "┊"
|
||||||
separator-foreground = ${colors.pn-light}
|
separator-foreground = ${colors.pn-light}
|
||||||
modules-left = ewmh
|
modules-left = ewmh
|
||||||
modules-center = xwindow
|
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]
|
[bar/readerbar]
|
||||||
monitor = "DP-4"
|
monitor = "DP-4"
|
||||||
|
@ -122,6 +122,12 @@ format-disconnected = <label-disconnected>
|
||||||
label-connected = " %{F#a3be8c}%local_ip% "
|
label-connected = " %{F#a3be8c}%local_ip% "
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
|
|
||||||
|
[module/tray]
|
||||||
|
type = internal/tray
|
||||||
|
|
||||||
|
format-margin = 2px
|
||||||
|
tray-spacing = 8px
|
||||||
|
|
||||||
;[module/vpn]
|
;[module/vpn]
|
||||||
;type = internal/network
|
;type = internal/network
|
||||||
;interface = wg1
|
;interface = wg1
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
/usr/bin/xscreensaver -nosplash &
|
/usr/bin/xscreensaver -nosplash &
|
||||||
/usr/bin/dunst &
|
/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