Formatting changes and change some keybinds around, remove scratchpad

This commit is contained in:
Alex D. 2024-07-02 09:17:01 +00:00
parent 122a0fd02d
commit 7ac3b5366d
Signed by: caskd
GPG Key ID: F92BA85F61F4C173

35
config
View File

@ -1,14 +1,16 @@
# Common keys and reusable things # Common keys and reusable things
set $mod Mod4
set $left h set {
set $down j $mod Mod4
set $up k $left h
set $right l $down j
$up k
$right l
set $term foot $term foot
set $lock 'swaylock -f -c 000000' $lock 'swaylock -f -c 000000'
set $menu bemenu-run -p spawn --list 30 -W 0.7 --no-exec --scrollbar autohide -c --tb '#CC838C' --tf '#000000' --nb '#000000' --nf '#CC838C' --hb '#CC838C' --hf '#000000' --ab '#101010' --af '#CC838C' --scb '#000000' --scf '#CC838C' | xargs swaymsg exec -- $menu bemenu-run -p spawn --list 30 -W 0.7 --no-exec --scrollbar autohide -c --tb '#CC838C' --tf '#000000' --nb '#000000' --nf '#CC838C' --hb '#CC838C' --hf '#000000' --ab '#101010' --af '#CC838C' --scb '#000000' --scf '#CC838C' | xargs swaymsg exec --
}
floating_modifier $mod normal floating_modifier $mod normal
@ -22,7 +24,6 @@ bindsym {
$mod+Space exec $menu $mod+Space exec $menu
$mod+Ctrl+Shift+l exec $lock $mod+Ctrl+Shift+l exec $lock
$mod+Shift+q reload $mod+Shift+q reload
#$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'
# #
# Window focus and movement: # Window focus and movement:
@ -60,13 +61,8 @@ bindsym {
# Layout stuff: # Layout stuff:
# #
#$mod+b splith
#$mod+v splitv
# Switch the current container between different layout styles # Switch the current container between different layout styles
$mod+s layout stacking $mod+t layout tabbed
$mod+w layout tabbed
$mod+e layout toggle split
# Make the current focus fullscreen # Make the current focus fullscreen
$mod+f fullscreen $mod+f fullscreen
@ -74,18 +70,9 @@ bindsym {
# Toggle the current focus between tiling and floating mode # Toggle the current focus between tiling and floating mode
$mod+Shift+space floating toggle $mod+Shift+space floating toggle
# Swap focus between the tiling area and the floating area
#$mod+Shift+space focus mode_toggle
# Move focus to the parent container # Move focus to the parent container
$mod+a focus parent $mod+a focus parent
#
# Scratchpad:
#
$mod+Shift+minus move scratchpad
$mod+minus scratchpad show
# #
# Modes # Modes
# #