sway: update some things
This commit is contained in:
parent
5c1bfb269d
commit
dc5511aae9
7 changed files with 36 additions and 18 deletions
14
config
14
config
|
@ -24,6 +24,7 @@ set $media_cmd /usr/bin/playerctl
|
|||
set $idle_cmd $HOME/.config/sway/bin/start_swayidle.sh
|
||||
set $waybar_cmd $HOME/.config/sway/bin/start_waybar.sh
|
||||
set $sov_cmd $HOME/.config/sway/bin/start_sov.sh
|
||||
set $lock_cmd $HOME/.config/sway/bin/sway_lock lock
|
||||
set $move_cmd $HOME/.config/sway/bin/sway_move
|
||||
set $font Cascadia Code PL Regular 10
|
||||
set $notify_cmd dunstify -r 123
|
||||
|
@ -217,6 +218,11 @@ bindsym $mod+Print exec grim -g "$(slurp)" \
|
|||
#
|
||||
bindsym $mod+p exec "$term_cmd $output_cmd"
|
||||
|
||||
#
|
||||
## Lock
|
||||
#
|
||||
bindsym $mod+Delete exec $lock_cmd
|
||||
|
||||
#
|
||||
# Gaps
|
||||
#
|
||||
|
@ -332,6 +338,7 @@ bindsym $mod+o exec $notify_cmd "mode: move-workspace"; mode "move-workspace"
|
|||
#
|
||||
for_window [title="nmtui"] floating enable
|
||||
for_window [app_id="nm-connection-editor"] floating enable
|
||||
for_window [app_id="evolution-alarm-notify"] floating enable
|
||||
for_window [title="float*"] floating enable
|
||||
for_window [app_id="pavucontrol"] floating enable
|
||||
for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable
|
||||
|
@ -349,7 +356,7 @@ for_window [title="fzf"] floating enable
|
|||
for_window [class="Plexamp" window_type="normal"] mark s
|
||||
for_window [class="Ferdium" window_type="normal" window_role="browser-window"] mark z
|
||||
for_window [class="Signal" window_type="normal" window_role="browser-window"] mark x
|
||||
for_window [class="Microsoft Teams - Preview" window_type="normal"] mark c
|
||||
for_window [class="Chromium" instance="crx_cifhbcnohmdccbgoicgdjpfamggdegmo" window_type="normal"] mark c
|
||||
# matlab workaround
|
||||
no_focus [class="MATLAB R2021a" instance="sun-awt-X11-XDialogPeer"]
|
||||
|
||||
|
@ -357,12 +364,13 @@ no_focus [class="MATLAB R2021a" instance="sun-awt-X11-XDialogPeer"]
|
|||
# Status Bar:
|
||||
#
|
||||
exec_always $waybar_cmd
|
||||
exec_always $sov_cmd
|
||||
exec_always $idle_cmd
|
||||
|
||||
#
|
||||
# Autostart
|
||||
#
|
||||
exec_always $idle_cmd
|
||||
exec_always $sov_cmd
|
||||
exec_always systemctl --user start sway-session.target
|
||||
exec "bash -c 'sleep 10; nextcloud --background'"
|
||||
exec --no-startup-id dunst
|
||||
exec --no-startup-id nm-applet --indicator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue