mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
more dotfiles config
This commit is contained in:
parent
0771ad93ce
commit
dcc640bd56
8 changed files with 160 additions and 63 deletions
|
@ -21,7 +21,7 @@ set $term footclient
|
|||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
set $menu walker | xargs swaymsg exec --
|
||||
set $menu walker --modules applications,ssh,calculator | xargs swaymsg exec --
|
||||
|
||||
# screenshot folder
|
||||
set $screenshot_folder ~/Images/Captures\ d\'écrans/
|
||||
|
@ -213,6 +213,7 @@ mode "resize" {
|
|||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
#
|
||||
|
@ -231,9 +232,11 @@ include /etc/sway/config.d/*
|
|||
input type:keyboard xkb_numlock enabled
|
||||
|
||||
# floating bitwarden
|
||||
for_window [app_id="^firefox$" title="^Extension: \(Bitwarden - Free Password Manager\) - Bitwarden — Mozilla Firefox$"] floating enable
|
||||
for_window [app_id="^firefox$" title="^Extension: \(Bitwarden - Free Password Manager\) - Bitwarden — Mozilla Firefox"] floating enable
|
||||
for_window [app_id="^firefox$" title="^Incrustation vidéo$"] floating enable
|
||||
|
||||
assign [class="firefox"] -> 2
|
||||
# notification daemon
|
||||
exec swaync
|
||||
|
||||
bindsym $mod+Shift+n exec swaync-client -t -sw
|
||||
bindsym $mod+Shift+n exec swaync-client -t -sw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue