diff --git a/private_dot_config/i3/misc.conf b/private_dot_config/i3/misc.conf index 445507c..b938f32 100644 --- a/private_dot_config/i3/misc.conf +++ b/private_dot_config/i3/misc.conf @@ -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 diff --git a/private_dot_config/i3/window_rules.conf b/private_dot_config/i3/window_rules.conf index be141e6..1f60120 100644 --- a/private_dot_config/i3/window_rules.conf +++ b/private_dot_config/i3/window_rules.conf @@ -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 "%class" for_window [class = "XTerm"] floating enabled