Compare commits
No commits in common. "cdd3acb0b756bf9ca6618d268e53184e9d68ad66" and "652fa0e857d7e08b3e992497619d559b06c48f93" have entirely different histories.
cdd3acb0b7
...
652fa0e857
3 changed files with 6 additions and 20 deletions
|
@ -112,8 +112,8 @@ input * {
|
|||
bindsym $mod+5 workspace number 5
|
||||
bindsym $mod+6 workspace number 6
|
||||
bindsym $mod+7 workspace number 7
|
||||
bindsym $mod+8 workspace "8: comms"
|
||||
bindsym $mod+9 workspace "9: música"
|
||||
bindsym $mod+8 workspace number 8
|
||||
bindsym $mod+9 workspace number 9
|
||||
bindsym $mod+0 workspace number 10
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number 1
|
||||
|
@ -123,8 +123,8 @@ input * {
|
|||
bindsym $mod+Shift+5 move container to workspace number 5
|
||||
bindsym $mod+Shift+6 move container to workspace number 6
|
||||
bindsym $mod+Shift+7 move container to workspace number 7
|
||||
bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||
bindsym $mod+Shift+9 move container to workspace "9: música"
|
||||
bindsym $mod+Shift+8 move container to workspace number 8
|
||||
bindsym $mod+Shift+9 move container to workspace number 9
|
||||
bindsym $mod+Shift+0 move container to workspace number 10
|
||||
#
|
||||
# Layout stuff:
|
||||
|
@ -241,12 +241,6 @@ for_window [title="."] inhibit_idle fullscreen
|
|||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||
for_window [app_id="fzf"] floating enable
|
||||
|
||||
assign [title="https:\/\/discord.com - "] "8: comms"
|
||||
assign [title="https:\/\/web.whatsapp.com - "] "8: comms"
|
||||
assign [title="https:\/\/[a-z]+.zulipchat.com - "] "8: comms"
|
||||
assign [app_id="neomutt"] "8: comms"
|
||||
assign [app_id="telegram-desktop"] "8: comms"
|
||||
|
||||
exec brillo -I
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec pipewire
|
||||
|
@ -258,6 +252,3 @@ exec kanshi
|
|||
exec fnott
|
||||
exec "mbsync -a"
|
||||
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -wait 1 -conf ~/.config/imapnotify/config.json"
|
||||
|
||||
exec "sleep 1; footclient --app-id=neomutt neomutt"
|
||||
exec telegram-desktop
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=neomutt
|
||||
Exec=footclient --app-id=neomutt neomutt
|
||||
Categories=System;Monitor;ConsoleOnly;
|
||||
Keywords=system;process;task
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
export REMOTE=false
|
||||
|
||||
export MESA_LOADER_DRIVER_OVERRIDE=crocus
|
||||
|
||||
|
|
Loading…
Reference in a new issue