Compare commits
3 commits
652fa0e857
...
cdd3acb0b7
Author | SHA1 | Date | |
---|---|---|---|
cdd3acb0b7 | |||
17c4c4086e | |||
3bd441e1c4 |
3 changed files with 20 additions and 6 deletions
|
@ -112,8 +112,8 @@ input * {
|
||||||
bindsym $mod+5 workspace number 5
|
bindsym $mod+5 workspace number 5
|
||||||
bindsym $mod+6 workspace number 6
|
bindsym $mod+6 workspace number 6
|
||||||
bindsym $mod+7 workspace number 7
|
bindsym $mod+7 workspace number 7
|
||||||
bindsym $mod+8 workspace number 8
|
bindsym $mod+8 workspace "8: comms"
|
||||||
bindsym $mod+9 workspace number 9
|
bindsym $mod+9 workspace "9: música"
|
||||||
bindsym $mod+0 workspace number 10
|
bindsym $mod+0 workspace number 10
|
||||||
# Move focused container to workspace
|
# Move focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace number 1
|
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+5 move container to workspace number 5
|
||||||
bindsym $mod+Shift+6 move container to workspace number 6
|
bindsym $mod+Shift+6 move container to workspace number 6
|
||||||
bindsym $mod+Shift+7 move container to workspace number 7
|
bindsym $mod+Shift+7 move container to workspace number 7
|
||||||
bindsym $mod+Shift+8 move container to workspace number 8
|
bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||||
bindsym $mod+Shift+9 move container to workspace number 9
|
bindsym $mod+Shift+9 move container to workspace "9: música"
|
||||||
bindsym $mod+Shift+0 move container to workspace number 10
|
bindsym $mod+Shift+0 move container to workspace number 10
|
||||||
#
|
#
|
||||||
# Layout stuff:
|
# Layout stuff:
|
||||||
|
@ -241,6 +241,12 @@ for_window [title="."] inhibit_idle fullscreen
|
||||||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||||
for_window [app_id="fzf"] 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 brillo -I
|
||||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||||
exec pipewire
|
exec pipewire
|
||||||
|
@ -252,3 +258,6 @@ exec kanshi
|
||||||
exec fnott
|
exec fnott
|
||||||
exec "mbsync -a"
|
exec "mbsync -a"
|
||||||
exec "pgrep -x goimapnotify >/dev/null || goimapnotify -wait 1 -conf ~/.config/imapnotify/config.json"
|
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
|
||||||
|
|
7
.local/share/applications/neomutt.desktop
Normal file
7
.local/share/applications/neomutt.desktop
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Version=1.0
|
||||||
|
Name=neomutt
|
||||||
|
Exec=footclient --app-id=neomutt neomutt
|
||||||
|
Categories=System;Monitor;ConsoleOnly;
|
||||||
|
Keywords=system;process;task
|
|
@ -2,5 +2,3 @@
|
||||||
|
|
||||||
export REMOTE=false
|
export REMOTE=false
|
||||||
|
|
||||||
export MESA_LOADER_DRIVER_OVERRIDE=crocus
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue