Browse Source

Updated i3 config to use fsel

master
chodak166 2 weeks ago
parent
commit
ec72b6818a
  1. 9
      .config/i3/config

9
.config/i3/config

@ -149,9 +149,12 @@ bindsym $mod+Return exec kitty
# bindsym $mod+d exec ulauncher # bindsym $mod+d exec ulauncher
bindsym Mod1+F2 exec dmenu_run bindsym Mod1+F2 exec dmenu_run
# set $menu alacritty --title launcher -e fsel bindsym $mod+d exec --no-startup-id alacritty --title launcher -e bash -l -c "fsel -r --detach"
bindsym $mod+d exec kitty --title launcher -o cursor_trail=0 -e fsel -r --detach
for_window [title="^launcher$"] floating enable, resize set width 500 height 430, border none # bindsym $mod+d exec --no-startup-id alacritty --title launcher -e top
for_window [title="^launcher$"] floating enable, resize set width 600 height 530, border none
for_window [title="^launcher$"] move position center
# run app assigned to current workspace # run app assigned to current workspace

Loading…
Cancel
Save