big changes boi

This commit is contained in:
2025-08-16 11:35:38 -07:00
parent 4b9f500923
commit 6936354b97
15 changed files with 143 additions and 15 deletions

View File

@@ -2,9 +2,10 @@
### MONITORS ###
################
monitor= HDMI-A-1, 3840x2160, 2560x0, 1.5
monitor= DP-1, 2560x2880, 0x0, 2.0
monitor= eDP-1, 1920x1200, 0x0, 1.0
monitor=HDMI-A-1,3840x2160,0x0,1.5
monitor=DP-2,2560x2880,2560x0,2.0
#monitor=DP-1,2560x2880,0x0,2.0
monitor=eDP-1,1920x1200,6400x0,1.0
###################
### MY PROGRAMS ###
@@ -160,15 +161,14 @@ device {
$mainMod = SUPER # Sets "Windows" key as main modifier
bind = $mainMod, Return, exec, $terminal
bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, E, exec, $fileManager
#bind = $mainMod, M, exit,
bind = $mainMod, F, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
#bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod SHIFT, P, pseudo, # dwindle
bind = $mainMod SHIFT, S, togglesplit, # dwindle
# Move focus with mainMod + arrow keys
bind = $mainMod, h, movefocus, l
@@ -243,7 +243,6 @@ bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
# Screenshot (Grimshot)
# Captures the currently active window
bind = $mainMod, g, exec, grimshot save active
@@ -254,7 +253,20 @@ bind = $mainMod ALT, g, exec, grimshot save output
# Allows manually selecting a single window
bind = $mainMod CTRL, g, exec, grimshot save window
# Gopass password management
bind = $mainMod, y, exec, ~/.local/bin/pass_copy
bind = $mainMod, u, exec, ~/.local/bin/pass_user_copy
bind = $mainMod, p, exec, ~/.local/bin/pass_autofill
# Bookmarks
# Enter selected bookmark into target text field
bind = $mainMod, i, exec, ~/.local/bin/bookmark_insert_into_field.sh
# Save bookmark
bind = $mainMod SHIFT, i, exec, ~/.local/bin/bookmark_save.sh
# Emojis
bind = $mainMod SHIFT, e, exec, ~/.local/bin/emoji_insert.sh
##############################
### WINDOWS AND WORKSPACES ###
##############################