attempt to fix teams by moving the startup after the workspaces
This commit is contained in:
parent
e42339a5f0
commit
96c2c5ced8
1 changed files with 10 additions and 10 deletions
20
config
20
config
|
@ -36,9 +36,6 @@ hide_edge_borders smart
|
|||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
|
||||
# Start XDG autostart .desktop files using dex. See also
|
||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||
exec --no-startup-id dex-autostart --autostart --environment i3
|
||||
exec --no-startup-id greenclip daemon
|
||||
#exec --no-startup-id picom
|
||||
exec_always --no-startup-id picom --backend glx --vsync
|
||||
|
@ -48,18 +45,21 @@ exec --no-startup-id /home/kellya/projects/public/gnome-keyring-yubikey-unlock /
|
|||
exec xset s 300 5
|
||||
exec xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- xsecurelock
|
||||
bindsym Control+$alt+l exec xsecurelock
|
||||
bindsym --release button2 kill
|
||||
workspace_layout tabbed
|
||||
exec --no-startup-id "i3-msg 'workspace $ws1; append_layout ~/.config/i3/layout/w1.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws2; append_layout ~/.config/i3/layout/w2.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws3; append_layout ~/.config/i3/layout/w3.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws4; append_layout ~/.config/i3/layout/w4.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws5; append_layout ~/.config/i3/layout/w5.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws6; append_layout ~/.config/i3/layout/w6.json'"
|
||||
# use gnome settings to set gnome things to dark mode by default
|
||||
exec --no-startup-id /usr/libexec/gsd-xsettings
|
||||
exec --no-startup-id ~/bin/bg_rotate.sh
|
||||
exec --no-startup-id firefox
|
||||
exec --no-startup-id "kitty --name mail neomutt"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws1; append_layout ~/.config/i3/layout/w1.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws2; append_layout ~/.config/i3/layout/w2.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws3; append_layout ~/.config/i3/layout/w3.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws4; append_layout ~/.config/i3/layout/w4.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws5: append_layout ~/.config/i3/layout/w5.json'"
|
||||
exec --no-startup-id "i3-msg 'workspace $ws6; append_layout ~/.config/i3/layout/w6.json'"
|
||||
#attempt to move this after the desktop restore in hopes that shitty teams will start where it's fucking supposed to!
|
||||
exec --no-startup-id dex-autostart --autostart --environment i3
|
||||
|
||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
|
@ -71,7 +71,6 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
|
|||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
bindsym --whole-window $mod+button2 rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' ; sleep 0.5; xdotool type $(xclip -o -selection clipboard)
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
@ -210,6 +209,7 @@ bindsym $mod+r mode "resize"
|
|||
for_window [all] title_window_icon on
|
||||
for_window [all] title_window_icon padding 1px
|
||||
for_window [all] title_format "%class"
|
||||
for_window [class="gnome-calculator"] floating enable
|
||||
|
||||
|
||||
# Save workspace mode.
|
||||
|
|
Loading…
Reference in a new issue