Compare commits
No commits in common. "2130874b6e2cb8235c1c2109ec181ecced599b9b" and "a8adfb8ff9394dd57723858b71a5cbd22ac115c4" have entirely different histories.
2130874b6e
...
a8adfb8ff9
2 changed files with 1 additions and 9 deletions
|
@ -1,10 +1,2 @@
|
|||
set $term kitty
|
||||
set $menu exec $term --class=launcher ~/.local/bin/launcher.sh
|
||||
|
||||
# Brightness
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
|
||||
|
||||
|
||||
|
||||
output eDP-1 scale 2
|
||||
|
|
|
@ -60,7 +60,7 @@ assign [app_id="^firefox$"] $ws3
|
|||
assign [class="keepassxc"] $ws3
|
||||
assign [app_id="org.remmina.*"] $ws5
|
||||
|
||||
for_window [app_id="^launcher$"] floating enable, resize set height 400 px, resize set width 800px
|
||||
for_window [app_id="^launcher$"] floating enable, border none<Paste>
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
|
|
Reference in a new issue