Merge branch 'master' of ssh://git.epha.se:24422/ephase/sway_config
This commit is contained in:
commit
0279ab9168
2 changed files with 9 additions and 1 deletions
|
@ -1,2 +1,10 @@
|
||||||
set $term kitty
|
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
|
output eDP-1 scale 2
|
||||||
|
|
|
@ -60,7 +60,7 @@ assign [app_id="^firefox$"] $ws3
|
||||||
assign [class="keepassxc"] $ws3
|
assign [class="keepassxc"] $ws3
|
||||||
assign [app_id="org.remmina.*"] $ws5
|
assign [app_id="org.remmina.*"] $ws5
|
||||||
|
|
||||||
for_window [app_id="^launcher$"] floating enable, border none<Paste>
|
for_window [app_id="^launcher$"] floating enable, resize set height 400 px, resize set width 800px
|
||||||
|
|
||||||
# switch to workspace
|
# switch to workspace
|
||||||
bindsym $mod+1 workspace $ws1
|
bindsym $mod+1 workspace $ws1
|
||||||
|
|
Reference in a new issue