Compare commits
2 Commits
57e518188f
...
5caa7ee34e
Author | SHA1 | Date | |
---|---|---|---|
5caa7ee34e | |||
129bb880c3 |
@ -33,6 +33,15 @@ workspace $w10 output $monsec
|
|||||||
workspace $w8 output $monsec
|
workspace $w8 output $monsec
|
||||||
workspace $w9 output $monsec
|
workspace $w9 output $monsec
|
||||||
|
|
||||||
|
## WINDOW RULES
|
||||||
|
for_window {
|
||||||
|
[app_id="firefox"] move container to workspace $w1
|
||||||
|
[app_id="org.keepassxc.KeePassXC"] move container to workspace $w7
|
||||||
|
[app_id="thunderbird"] move container to workspace $w8
|
||||||
|
[class="discord"] move container to workspace $w9
|
||||||
|
[class="Spotify"] move container to workspace $w10
|
||||||
|
}
|
||||||
|
|
||||||
## COSMETICS
|
## COSMETICS
|
||||||
font pango:IBM Plex Sans 12
|
font pango:IBM Plex Sans 12
|
||||||
default_border pixel 4
|
default_border pixel 4
|
||||||
@ -80,8 +89,8 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #d
|
|||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
|
||||||
|
|
||||||
# Brightness controls
|
# Brightness controls
|
||||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
|
#bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness
|
||||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
|
#bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness
|
||||||
|
|
||||||
# pavucontrol-qt controls
|
# pavucontrol-qt controls
|
||||||
bindsym $mod+p exec --no-startup-id "pgrep pavucontrol-qt || pavucontrol-qt"
|
bindsym $mod+p exec --no-startup-id "pgrep pavucontrol-qt || pavucontrol-qt"
|
||||||
@ -166,9 +175,9 @@ bindsym $mod+$shift+0 move container to workspace $w10
|
|||||||
|
|
||||||
## BARS
|
## BARS
|
||||||
# Main bar
|
# Main bar
|
||||||
bar {
|
#bar {
|
||||||
swaybar_command waybar
|
# swaybar_command waybar
|
||||||
}
|
#}
|
||||||
|
|
||||||
## INPUTS
|
## INPUTS
|
||||||
# Touchpad
|
# Touchpad
|
||||||
|
Loading…
Reference in New Issue
Block a user