Prefer floating lf window
Ensures that the lf instances are floating windows when created.
This commit is contained in:
parent
5cb0aebbd3
commit
dac7e40a43
2 changed files with 9 additions and 1 deletions
|
@ -66,6 +66,9 @@ for_window [class="GoogleEmacs" instance="org-protocol-capture"] floating enable
|
|||
# ensure Spotify windows float
|
||||
for_window [class="Spotify"] floating enable
|
||||
|
||||
# ensure `lf` instances float
|
||||
for_window [title="lf"] floating enable
|
||||
|
||||
# ensure wallpaper
|
||||
exec --no-startup-id feh --bg-scale ~/.local/share/wallpaper/cartoon-outdoors.jpg
|
||||
|
||||
|
@ -77,7 +80,7 @@ bindsym $mod+space exec --no-startup-id dmenu_run
|
|||
bindsym $mod+t exec --no-startup-id ~/.config/i3/dmenu_timer.sh ~/.local/share/sounds/gong.mp3
|
||||
|
||||
# file manager
|
||||
bindsym $mod+n exec st -e lf ~/Downloads
|
||||
bindsym $mod+n exec st -e lf ~/Dropbox
|
||||
|
||||
# clipboard manager
|
||||
# NOTE: Ctrl-c is already covered since `clipmenu` listens for X clipboard
|
||||
|
|
5
configs/shared/misc/.config/lf/marks
Normal file
5
configs/shared/misc/.config/lf/marks
Normal file
|
@ -0,0 +1,5 @@
|
|||
':/usr/local/google/home/wpcarro
|
||||
D:~/Dropbox
|
||||
c:~/Dropbox/dotfiles/configs
|
||||
d:~/Dropbox/dotfiles
|
||||
s:~/Pictures/screenshots
|
Loading…
Reference in a new issue