Compare commits
No commits in common. "aec57cbdcd9235e45e38750b02f29fb326b643ca" and "b4c7f1cdf19b861173d4039b5a35c4b8c15bbab6" have entirely different histories.
aec57cbdcd
...
b4c7f1cdf1
|
|
@ -22,10 +22,6 @@ xmodmap -e "keysym Menu = Super_R"
|
|||
# Register screen locker
|
||||
xss-lock -- i3lock -n -eft -i ~/.wallpapers/lockscreen &
|
||||
|
||||
# Auto-unlock Gnome keyring (and use it as SSH key agent)
|
||||
eval $(gnome-keyring-daemon --start)
|
||||
export SSH_AUTH_SOCK
|
||||
|
||||
# Start polkit authentication agent
|
||||
POLKIT_AUTH_AGENT=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
[ -f $POLKIT_AUTH_AGENT ] && $POLKIT_AUTH_AGENT &
|
||||
|
|
|
|||
|
|
@ -13,19 +13,13 @@
|
|||
set $mod Mod4
|
||||
|
||||
# ~~ Define output displays (primary, secondary monitor)
|
||||
#set $OUTPUT1 eDP-1
|
||||
set $OUTPUT1 DP-1-3
|
||||
set $OUTPUT2 DP-1-2
|
||||
set $OUTPUT1 eDP1
|
||||
set $OUTPUT2 DP1-3
|
||||
set $OUTPUT3 DP1-2
|
||||
|
||||
# Office
|
||||
set $OUTPUT_LEFT DP-1-3
|
||||
set $OUTPUT_CENTER DP-1-3
|
||||
set $OUTPUT_RIGHT DP-1-2
|
||||
#set $OUTPUT_RIGHT eDP-1
|
||||
|
||||
# Bedroom
|
||||
#set $OUTPUT_LEFT eDP1
|
||||
#set $OUTPUT_CENTER DP1
|
||||
set $OUTPUT_LEFT DP1-3
|
||||
set $OUTPUT_CENTER DP1-2
|
||||
set $OUTPUT_RIGHT eDP1
|
||||
|
||||
|
||||
# GENERAL SETTINGS
|
||||
|
|
@ -179,10 +173,6 @@ mode "resize" {
|
|||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# ~~ Picom: Change transparency of window with $mod + scroll wheel on window bar
|
||||
bindsym $mod+button4 exec --no-startup-id "picom-trans -c +10"
|
||||
bindsym $mod+button5 exec --no-startup-id "picom-trans -c -10"
|
||||
|
||||
|
||||
# WORKSPACE AND DISPLAY MANAGEMENT
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -236,16 +226,17 @@ workspace $WS11 output primary
|
|||
workspace $WS0 output primary
|
||||
|
||||
# Special case: Chat workspace
|
||||
workspace $WS12 output $OUTPUT_RIGHT
|
||||
workspace $WS12 output $OUTPUT_CENTER
|
||||
|
||||
workspace $WSf1 output $OUTPUT_CENTER
|
||||
workspace $WSf2 output $OUTPUT_CENTER
|
||||
workspace $WSf3 output $OUTPUT_CENTER
|
||||
workspace $WSf4 output $OUTPUT_CENTER
|
||||
workspace $WSf5 output $OUTPUT_CENTER
|
||||
workspace $WSf6 output $OUTPUT_CENTER
|
||||
workspace $WSf7 output $OUTPUT_CENTER
|
||||
workspace $WSf8 output $OUTPUT_CENTER
|
||||
|
||||
workspace $WSf1 output $OUTPUT_RIGHT
|
||||
workspace $WSf2 output $OUTPUT_RIGHT
|
||||
workspace $WSf3 output $OUTPUT_RIGHT
|
||||
workspace $WSf4 output $OUTPUT_RIGHT
|
||||
workspace $WSf5 output $OUTPUT_RIGHT
|
||||
workspace $WSf6 output $OUTPUT_RIGHT
|
||||
workspace $WSf7 output $OUTPUT_RIGHT
|
||||
workspace $WSf8 output $OUTPUT_RIGHT
|
||||
workspace $WSf9 output $OUTPUT_RIGHT
|
||||
workspace $WSf10 output $OUTPUT_RIGHT
|
||||
workspace $WSf11 output $OUTPUT_RIGHT
|
||||
|
|
@ -348,10 +339,6 @@ for_window [class="^TelegramDesktop$" title="^Telegram"] floating enable
|
|||
assign [class="^Gajim$"] number $WS_com
|
||||
for_window [class="^Gajim$"] floating enable
|
||||
|
||||
# ~~ Zulip
|
||||
assign [class="^Zulip$"] number $WS_com
|
||||
for_window [class="^Zulip$"] floating enable
|
||||
|
||||
# ~~ VS Code
|
||||
for_window [class="^code-oss$"] layout tabbed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue