Change keybinds for i3 scratchpad

This commit is contained in:
David Todd 2020-09-28 14:47:25 -05:00
parent e16898e703
commit 7c2d40c5f8
2 changed files with 9 additions and 8 deletions

View File

@ -19,11 +19,11 @@ bindsym $mod+Shift+s sticky toggle
bindsym $mod+a focus parent bindsym $mod+a focus parent
# move the currently focused window to the scratchpad # move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad bindsym $mod+F11 move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window. # Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them. # If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show bindsym $mod+F12 scratchpad show
# split orientation # split orientation
bindsym $mod+h split h;exec notify-send 'tile horizontally' bindsym $mod+h split h;exec notify-send 'tile horizontally'

View File

@ -255,6 +255,7 @@ for_window [class="^telegram-desktop"] floating enable sticky enable
# toggle fullscreen mode for the focused container # toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
# toggle fullscreen mode for the focused container (spans across all monitors)
bindsym $mod+Shift+f fullscreen toggle global bindsym $mod+Shift+f fullscreen toggle global
# toggle tiling / floating # toggle tiling / floating
@ -270,11 +271,11 @@ bindsym $mod+Shift+s sticky toggle
bindsym $mod+a focus parent bindsym $mod+a focus parent
# move the currently focused window to the scratchpad # move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad bindsym $mod+F11 move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window. # Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them. # If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show bindsym $mod+F12 scratchpad show
# split orientation # split orientation
bindsym $mod+h split h;exec notify-send 'tile horizontally' bindsym $mod+h split h;exec notify-send 'tile horizontally'
@ -411,16 +412,16 @@ exec_always --no-startup-id fix_xcursor
# exec --no-startup-id start_conky_mia # exec --no-startup-id start_conky_mia
# Random wallpaper # Random wallpaper
exec --no-startup-id $i3_path/wallpaper.sh& exec --no-startup-id ~/bin/wallpaper.sh &
# Timeout to activate screensaver/lockscreen # Timeout to activate screensaver/lockscreen
exec --no-startup-id xautolock -time 10 -locker i3lock-fancy -p exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
# Composition Manager (Transparency) # Composition Manager (Transparency)
#exec --no-startup-id xcompmgr -c -f -n #exec --no-startup-id xcompmgr -c -f -n
exec --no-startup-id compton --config ~/.config/compton.conf exec --no-startup-id compton --config ~/.config/compton.conf &
# Network Keyboard/Mouse/Clipboard # Network Keyboard/Mouse/Clipboard
exec --no-startup-id synergy exec --no-startup-id synergy &
# End autostart configuration # End autostart configuration