Rework sway configuration

This commit is contained in:
Yorick Barbanneau 2021-03-08 00:03:05 +01:00
parent f27fa828f0
commit f8d84d44ab
26 changed files with 271 additions and 0 deletions

View file

@ -0,0 +1,2 @@
input * xkb_layout "us"
input * xkb_variant "altgr-intl"

View file

@ -0,0 +1,3 @@
# Brightness
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+

View file

@ -0,0 +1,2 @@
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
output eDP-1 scale 2

View file

View file

@ -0,0 +1,3 @@
exec swaymsg 'workspace $ws3; exec firefox'
# launch mail workspace
exec ~/.local/bin/launch_mail_worksplace.sh

View file

View file

@ -0,0 +1,3 @@
set $term kitty
set $menu exec $term --class=launcher ~/.local/bin/launcher.sh
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg

View file

@ -0,0 +1 @@
for_window [app_id="cal"] resize set height 240 px