mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Add pcmanfm-qt
This commit is contained in:
parent
66b47e8e3e
commit
6caab6d391
|
@ -6,6 +6,7 @@ set $right l
|
||||||
set $term alacritty
|
set $term alacritty
|
||||||
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 10
|
for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 ppt 60 ppt, border pixel 10
|
||||||
set $menu exec $term --class=launcher -e ~/.dotfiles/utils/sway-launcher-desktop
|
set $menu exec $term --class=launcher -e ~/.dotfiles/utils/sway-launcher-desktop
|
||||||
|
set $filemgr pcmanfm-qt
|
||||||
|
|
||||||
output * bg /usr/share/backgrounds/Iridescence-dark.png fill
|
output * bg /usr/share/backgrounds/Iridescence-dark.png fill
|
||||||
|
|
||||||
|
@ -31,6 +32,7 @@ exec swayidle -w \
|
||||||
output * scale 2
|
output * scale 2
|
||||||
|
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
bindsym $mod+Shift+f exec $filemgr
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+d exec $menu
|
bindsym $mod+d exec $menu
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
|
Loading…
Reference in a new issue