changed to kitty
This commit is contained in:
parent
95398bfe3e
commit
e5bac524be
6 changed files with 274 additions and 14 deletions
|
@ -11,7 +11,7 @@
|
|||
set $mod Mod1
|
||||
set $mod2 Mod4
|
||||
set $browser firefox
|
||||
set $terminal alacritty
|
||||
set $terminal kitty
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
|
@ -230,7 +230,7 @@ assign [class="discord"] 5
|
|||
# startup programs
|
||||
exec --no-startup-id nextcloud
|
||||
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 2; exec firefox; workspace 1; exec kitty'
|
||||
exec --no-startup-id picom -b
|
||||
exec --no-startup-id openrgb -d 0 -m off -d 1 -m off
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue