Change keybinds for i3 scratchpad
This commit is contained in:
parent
e16898e703
commit
7c2d40c5f8
@ -19,11 +19,11 @@ bindsym $mod+Shift+s sticky toggle
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# 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.
|
||||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
bindsym $mod+minus scratchpad show
|
||||
bindsym $mod+F12 scratchpad show
|
||||
|
||||
# split orientation
|
||||
bindsym $mod+h split h;exec notify-send 'tile horizontally'
|
||||
|
@ -255,6 +255,7 @@ for_window [class="^telegram-desktop"] floating enable sticky enable
|
||||
# toggle fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
# toggle fullscreen mode for the focused container (spans across all monitors)
|
||||
bindsym $mod+Shift+f fullscreen toggle global
|
||||
|
||||
# toggle tiling / floating
|
||||
@ -270,11 +271,11 @@ bindsym $mod+Shift+s sticky toggle
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# 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.
|
||||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
bindsym $mod+minus scratchpad show
|
||||
bindsym $mod+F12 scratchpad show
|
||||
|
||||
# split orientation
|
||||
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
|
||||
|
||||
# Random wallpaper
|
||||
exec --no-startup-id $i3_path/wallpaper.sh&
|
||||
exec --no-startup-id ~/bin/wallpaper.sh &
|
||||
|
||||
# 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)
|
||||
#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
|
||||
exec --no-startup-id synergy
|
||||
exec --no-startup-id synergy &
|
||||
|
||||
# End autostart configuration
|
||||
|
Loading…
Reference in New Issue
Block a user