my nuts
This commit is contained in:
@@ -62,13 +62,13 @@ exec --no-startup-id xinput --set-prop 'Wacom One by Wacom M Pen stylus' 'Wacom
|
||||
|
||||
# Useful for laptops
|
||||
# media keys
|
||||
bindsym XF86AudioMute exec --no-startup-id "pactl set-sink-mute @DEFAULT_SINK@ toggle"
|
||||
bindsym XF86LowerAudio exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ -5% && paplay /usr/share/sounds/freedesktop/stereo/bell.oga"
|
||||
bindsym XF86RaiseAudio exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ +5% && paplay /usr/share/sounds/freedesktop/stereo/bell.oga"
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ -5% && paplay /usr/share/sounds/freedesktop/stereo/bell.oga"
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ +5% && paplay /usr/share/sounds/freedesktop/stereo/bell.oga"
|
||||
# bindsym XF86AudioMute exec --no-startup-id "pactl set-sink-mute @DEFAULT_SINK@ toggle"
|
||||
# bindsym XF86LowerAudio exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ -5% && paplay /usr/share/sounds/freedesktop/stereo/bell.oga"
|
||||
# bindsym XF86RaiseAudio exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ +5% && paplay /usr/share/sounds/freedesktop/stereo/bell.oga"
|
||||
# bindsym XF86AudioLowerVolume exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ -5% && paplay /usr/share/sounds/freedesktop/stereo/bell.oga"
|
||||
# bindsym XF86AudioRaiseVolume exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ +5% && paplay /usr/share/sounds/freedesktop/stereo/bell.oga"
|
||||
#adjust this according to how many mics you got
|
||||
#bindsym XF86AduioMicMute exec --no-startup-id "pactl set-source-mute 0 toggle"
|
||||
bindsym ctrl+Shift+m exec --no-startup-id "pactl set-source-mute 0 toggle"
|
||||
# Sticky windows
|
||||
bindsym $mod+shift+s sticky toggle
|
||||
bindsym $mod+shift+semicolon sticky toggle
|
||||
|
||||
@@ -97,11 +97,11 @@ for_window [class = "flameshot"] floating enabled
|
||||
|
||||
#Workspaces
|
||||
|
||||
for_window [workspace = $Browsers] layout split horizontal
|
||||
for_window [workspace = $Browsers] split horizontal
|
||||
#for_window [workspace = $Steam] floating enabled
|
||||
for_window [workspace = $Steam] layout split horizontal
|
||||
for_window [workspace = $Steam] split horizontal
|
||||
#for_window [workspace = $Youtube] floating enabled
|
||||
for_window [workspace = $IRC] layout split horizontal
|
||||
for_window [workspace = $IRC] split horizontal
|
||||
# for_window [workspace = $Terminal] layout tabbed
|
||||
for_window [class = ".*"] title_format "<b>%class</b>"
|
||||
for_window [class = "XTerm"] floating enabled
|
||||
|
||||
Reference in New Issue
Block a user