Compare commits

...

3 Commits

Author SHA1 Message Date
blallo 46a8c81e3f
Update style 2023-05-05 16:44:55 +02:00
blallo b75c923d67
Update services 2023-05-05 16:44:44 +02:00
blallo 050d479353
Use sov 2023-05-05 16:29:03 +02:00
3 changed files with 22 additions and 18 deletions

View File

@ -89,23 +89,25 @@ bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right bindsym $mod+Shift+Right move right
## Workspaces: ## Workspaces:
workspace back_and_forth yes #workspace back_and_forth yes
#bindsym $mod+tab workspace back_and_forth #bindsym $mod+tab workspace back_and_forth
bindsym $mod+tab workspace next_on_output bindsym $mod+tab workspace next_on_output; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+Shift+tab workspace prev_on_output bindsym $mod+Shift+tab workspace prev_on_output; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+Mod1+Up exec "echo 1 | tee /tmp/sov.status | tee /tmp/sov.fifo"
bindsym $mod+Mod1+Down exec "echo 0 | tee /tmp/sov.status | tee /tmp/sov.fifo"
# switch to workspace # Switch to workspace
bindsym $mod+1 workspace 1 bindsym $mod+1 workspace 1; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+2 workspace 2 bindsym $mod+2 workspace 2; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+3 workspace 3 bindsym $mod+3 workspace 3; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+4 workspace 4 bindsym $mod+4 workspace 4; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+5 workspace 5 bindsym $mod+5 workspace 5; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+6 workspace 6 bindsym $mod+6 workspace 6; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+7 workspace 7 bindsym $mod+7 workspace 7; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+8 workspace 8 bindsym $mod+8 workspace 8; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+9 workspace 9 bindsym $mod+9 workspace 9; exec /home/leo/.bin/refresh_sov.sh
bindsym $mod+0 workspace 10 bindsym $mod+0 workspace 10; exec /home/leo/.bin/refresh_sov.sh
# move focused container to workspace # Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1 bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2 bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3 bindsym $mod+Shift+3 move container to workspace 3

View File

@ -3,13 +3,14 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec "systemctl --user start avizo" exec "systemctl --user start avizo"
exec "systemctl --user start waybar" exec "systemctl --user start waybar@theCode-Breaker"
#exec "waybar"
exec "systemctl --user start mako" exec "systemctl --user start mako"
exec "systemctl --user start gammastep" exec "systemctl --user start gammastep"
exec "systemctl --user start kanshi" exec "systemctl --user start kanshi"
exec "systemctl --user start greenclip" exec "systemctl --user start greenclip"
exec "systemctl --user start swaynag-battery" exec "systemctl --user start swaynag-battery"
exec "systemctl --user start poweralertd-user"
exec "systemctl --user import-environment; systemctl --user start sov.socket"
exec "systemctl --user import-environment; systemctl --user start swayidle" exec "systemctl --user import-environment; systemctl --user start swayidle"
# exec swayidle -w \ # exec swayidle -w \
# timeout 300 '$lock' \ # timeout 300 '$lock' \

View File

@ -1,4 +1,4 @@
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused #f5e942 #00bf16 #ffffff #f5e942 #f5e942 client.focused #f5e942 #00bf16 #ffffff #f5e942 #f5e942
client.focused_inactive #5c6370 #3b3228 #ffffff #5c6370 #5c6370 client.focused_inactive #5c6370 #3b3228 #ffffff #5c6370 #5c6370
client.unfocused #5c6370 #3b3228 #ffffff #5c6370 #5c6370 client.unfocused #5c6370 #3b3228 #ffffff #5c6370 #5c6370
@ -8,3 +8,4 @@ font pango:FiraCode 10
for_window [app_id="^.*"] border pixel 2 for_window [app_id="^.*"] border pixel 2
for_window [class="^.*"] border pixel 2 for_window [class="^.*"] border pixel 2
gaps inner 5 gaps inner 5
seat seat0 xcursor_theme Bibata-Modern-Ice 24