Compare commits
2 commits
b4c7f1cdf1
...
aec57cbdcd
| Author | SHA1 | Date | |
|---|---|---|---|
| aec57cbdcd | |||
| 89297b5ebc |
2 changed files with 33 additions and 16 deletions
|
|
@ -22,6 +22,10 @@ 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,13 +13,19 @@
|
|||
set $mod Mod4
|
||||
|
||||
# ~~ Define output displays (primary, secondary monitor)
|
||||
set $OUTPUT1 eDP1
|
||||
set $OUTPUT2 DP1-3
|
||||
set $OUTPUT3 DP1-2
|
||||
#set $OUTPUT1 eDP-1
|
||||
set $OUTPUT1 DP-1-3
|
||||
set $OUTPUT2 DP-1-2
|
||||
|
||||
set $OUTPUT_LEFT DP1-3
|
||||
set $OUTPUT_CENTER DP1-2
|
||||
set $OUTPUT_RIGHT eDP1
|
||||
# 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
|
||||
|
||||
|
||||
# GENERAL SETTINGS
|
||||
|
|
@ -173,6 +179,10 @@ 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
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -226,17 +236,16 @@ workspace $WS11 output primary
|
|||
workspace $WS0 output primary
|
||||
|
||||
# Special case: Chat workspace
|
||||
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 $WS12 output $OUTPUT_RIGHT
|
||||
|
||||
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
|
||||
|
|
@ -339,6 +348,10 @@ 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…
Add table
Add a link
Reference in a new issue