diff --git a/.config/sway/config b/.config/sway/config index 5bff986..8700b47 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -88,15 +88,15 @@ output * bg ~/.wallpaper fill bindsym $mod+Shift+c reload # Exit sway (logs you out of your Wayland session) - bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' + # bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' # # Moving around: # # Move your focus around - bindsym $mod+$left focus left - bindsym $mod+$down focus down - bindsym $mod+$up focus up - bindsym $mod+$right focus right + #bindsym $mod+$left focus left + #bindsym $mod+$down focus down + #bindsym $mod+$up focus up + #bindsym $mod+$right focus right # Or use $mod+[up|down|left|right] bindsym $mod+Left focus left bindsym $mod+Down focus down @@ -150,9 +150,9 @@ output * bg ~/.wallpaper fill bindsym $mod+v splitv # Switch the current container between different layout styles - bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed - bindsym $mod+e layout toggle split + bindsym $mod+shift+s layout stacking + bindsym $mod+shift+w layout tabbed + bindsym $mod+shift+e layout toggle split # Make the current focus fullscreen bindsym $mod+f fullscreen diff --git a/.config/sway/config.d/20-keybinds.config b/.config/sway/config.d/20-keybinds.config index d3ed8c0..2d65c51 100644 --- a/.config/sway/config.d/20-keybinds.config +++ b/.config/sway/config.d/20-keybinds.config @@ -8,6 +8,9 @@ bindsym ctrl+shift+space exec makoctl dismiss --all # Screenshot bindsym alt+shift+4 exec ~/.dotfiles/bin/screenshot.sh +# File manager +bindsym $mod+e exec $fileManager + # Multimedia Keys # Requires: playerctl bindsym XF86AudioRaiseVolume exec amixer -D pulse sset Master 5%+