New device means updated config
This commit is contained in:
parent
042e11764d
commit
4c1e5165c5
4 changed files with 60 additions and 56 deletions
|
@ -60,7 +60,7 @@ bindsym $mod+Shift+0 move container to workspace 10
|
|||
|
||||
bindsym $mod+Shift+l reload
|
||||
bindsym $mod+Shift+c restart
|
||||
#bindsym $mod+Shift+l exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
bindsym $mod+Ctrl+x exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
mode "resize" {
|
||||
bindsym n resize shrink width 10 px or 10 ppt
|
||||
|
@ -86,37 +86,31 @@ bar {
|
|||
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
for_window [class="Gnome-calculator"] floating enable
|
||||
|
||||
exec xset s noblank && xset s 90 10 && xset -dpms
|
||||
exec xsetroot -bg black
|
||||
exec redshift-gtk
|
||||
exec --no-startup-id blueman-applet
|
||||
exec xsetroot -solid "#000000"
|
||||
exec xss-lock -n /home/kunsi/.bin/notify.sh -- /home/kunsi/.bin/screenlock.sh
|
||||
exec nextcloud
|
||||
exec xinput set-prop 'SynPS/2 Synaptics TouchPad' 'Device Enabled' 0
|
||||
|
||||
bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh
|
||||
#bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh
|
||||
bindsym XF86Tools exec /home/kunsi/.bin/screenlock.sh
|
||||
|
||||
bindsym Control+$mod+r move workspace to output up
|
||||
bindsym Control+$mod+t move workspace to output down
|
||||
bindsym Control+$mod+n move workspace to output left
|
||||
bindsym Control+$mod+d move workspace to output right
|
||||
|
||||
bindsym XF86LaunchA exec /home/kunsi/.bin/screenlayout.sh
|
||||
bindsym $mod+F3 exec /home/kunsi/.bin/screenlayout.sh
|
||||
bindsym XF86Display exec /home/kunsi/.bin/screenlayout.sh
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym $mod+F12 exec pactl set-sink-volume @DEFAULT_SINK@ +2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
||||
bindsym $mod+F11 exec pactl set-sink-volume @DEFAULT_SINK@ -2%; exec pactl set-sink-mute @DEFAULT_SINK@ 0
|
||||
bindsym $mod+F10 exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bindsym XF86AudioMicMute exec pactl set-source-mute alsa_input.pci-0000_00_1f.3.analog-stereo toggle
|
||||
|
||||
#bindsym XF86AudioPlay exec playerctl play-pause
|
||||
#bindsym XF86AudioNext exec playerctl next
|
||||
#bindsym XF86AudioPrev exec playerctl previous
|
||||
bindsym XF86MonBrightnessUp exec xbacklight +5
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -5
|
||||
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5
|
||||
|
||||
bindsym XF86KbdBrightnessUp exec kb-light + 10
|
||||
bindsym XF86KbdBrightnessDown exec kb-light - 10
|
||||
bindsym $mod+Print exec scrot --silent
|
||||
bindsym $mod+Shift+Print exec scrot --focused --silent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue