diff --git a/home/.config/i3/conf.d/layout-keybinds.conf b/home/.config/i3/conf.d/layout-keybinds.conf index 598c0ed..36b5346 100644 --- a/home/.config/i3/conf.d/layout-keybinds.conf +++ b/home/.config/i3/conf.d/layout-keybinds.conf @@ -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' diff --git a/home/.config/i3/config b/home/.config/i3/config index d9b85d0..6353e0c 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -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