Adapt configurations for new Rick (MNT REFORM)
This commit is contained in:
parent
f82c3209de
commit
3bc0b51a1c
7 changed files with 18 additions and 13 deletions
|
@ -1,3 +1,8 @@
|
|||
# Brightness
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
|
||||
|
||||
bindsym $mod+F1 exec brightnessctl s 1-
|
||||
bindsym $mod+F2 exec brightnessctl s +1
|
||||
|
||||
bindsym $mod+F3 exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym $mod+F4 exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym $mod+F5 exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
|
||||
output eDP-1 scale 2
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
exec swaymsg 'workspace $ws3; exec firefox'
|
||||
# launch mail workspace
|
||||
exec ~/.local/bin/launch_mail_worksplace.sh
|
||||
exec dbus-update-activation-environment --systemd DISPLAY
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
set $term kitty
|
||||
set $menu exec $term --class=launcher ~/.local/bin/launcher.sh
|
||||
set $term foot
|
||||
set $menu exec $term --app-id=launcher --title=launcher ~/.local/bin/launcher.sh
|
||||
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
|
||||
|
|
Reference in a new issue