Update config

This commit is contained in:
2024-06-21 14:50:02 +00:00
committed by GitHub
parent be410fb0dc
commit 5f3fe7a2c4
+7 -6
View File
@@ -9,10 +9,10 @@
# Logo key. Use Mod1 for Alt. # Logo key. Use Mod1 for Alt.
set $mod Mod4 set $mod Mod4
# Home row direction keys, like vim # Home row direction keys, like vim
set $left h set $left d
set $down j set $down s
set $up k set $up w
set $right l set $right a
# Your preferred terminal emulator # Your preferred terminal emulator
# Recommends: foot # Recommends: foot
set $term foot set $term foot
@@ -110,10 +110,11 @@ input "2:14:ETPS/2_Elantech_Touchpad" {
# Exit sway (logs you out of your Wayland session) # 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'
bindsym $mod+Shift+n exec foot bindsym $mod+Shift+n exec alacritty
# lock screen stuff # lock screen stuff
bindsym $mod+$right exec swaylock --image ~/Pictures/windows_anime.jpg bindsym $mod+l exec bash ~/lockscreen.sh
bindsym $mod+c exec swaylock --image "~/Pictures/ohnocringe.jpg"
# #
# Moving around: # Moving around: