Compare commits
2 commits
e322da2b6d
...
53a26d03c4
Author | SHA1 | Date | |
---|---|---|---|
53a26d03c4 | |||
251b18c6af |
2 changed files with 3 additions and 4 deletions
|
@ -216,8 +216,7 @@ mode "Power menu: [e]xit i3 | [S-s]hutdown | [s]uspend | [r]eboot" {
|
|||
bindsym $mod+Shift+e mode "Power menu: [e]xit i3 | [S-s]hutdown | [s]uspend | [r]eboot"
|
||||
|
||||
exec --no-startup-id nitrogen --restore
|
||||
exec --no-startup-id i3-msg 'workspace 2; exec firefox; workspace 1; exec alacritty'
|
||||
exec --no-startup-id i3-msg 'workspace 5; exec discord'
|
||||
exec --no-startup-id i3-msg 'workspace 2; exec firefox; exec discord; workspace 1; exec alacritty'
|
||||
exec --no-startup-id picom -b
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ font-2 = Inter:size=10:weight=regular;2
|
|||
cursor-click = pointer
|
||||
;cursor-scroll = ns-resize
|
||||
enable-ipc = true
|
||||
tray-position = none
|
||||
tray-position = right
|
||||
|
||||
override-redirect = true
|
||||
wm-restack = i3
|
||||
|
|
Loading…
Reference in a new issue