ulauncher inexplicable refuses to look at $PATH, so reverting to sway-launcher-fzf

This commit is contained in:
rileyrg 2024-01-26 08:02:57 +01:00
parent ff0a430c7e
commit aee5a342e5
3 changed files with 8 additions and 6 deletions

View file

@ -675,7 +675,7 @@ Override in .profile.local
set $mod Mod4
set $term 'xterm'
set $menu 'sway-launcher'
set $menu 'sway-launcher-fzf'
set $editor 'sway-editor'
set $wallpaper '~/Pictures/Wallpapers/current'
@ -701,6 +701,7 @@ Override in .profile.local
bindsym $mod+Shift+e exec $editor
bindsym $mod+d exec $menu
bindsym $mod+u exec sway-launcher-ulauncher
### autostart :autostart:
@ -2056,7 +2057,7 @@ but in both cases we check if it exists in the sway tree, and, if not, set it it
notify-send -t 3000 "${@}" || true
<a id="orgdbadea9"></a>
<a id="orgee600ac"></a>
### ~/bin/sway/sway-screen
@ -2102,7 +2103,7 @@ See <https://www.reddit.com/r/swaywm/comments/10ys0oy/comment/j80lu88/?context=3
### ~/bin/sway/sway-screen-menu
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#orgdbadea9).
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#orgee600ac).
:ID: 82455cae-1c48-48b2-a8b3-cb5d44eeaee9

View file

@ -5,7 +5,7 @@
set $mod Mod4
set $term 'xterm'
set $menu 'sway-launcher'
set $menu 'sway-launcher-fzf'
set $editor 'sway-editor'
set $wallpaper '~/Pictures/Wallpapers/current'
@ -31,6 +31,7 @@ Bindsym $mod+Shift+r restart
bindsym $mod+Shift+e exec $editor
bindsym $mod+d exec $menu
bindsym $mod+u exec sway-launcher-ulauncher
# exec sway-lock
# exec emacs --daemon

View file

@ -973,7 +973,7 @@ Override in .profile.local
set $mod Mod4
set $term 'xterm'
set $menu 'sway-launcher'
set $menu 'sway-launcher-fzf'
set $editor 'sway-editor'
set $wallpaper '~/Pictures/Wallpapers/current'
@ -999,7 +999,7 @@ Override in .profile.local
bindsym $mod+Shift+e exec $editor
bindsym $mod+d exec $menu
bindsym $mod+u exec sway-launcher-ulauncher
#+end_src
*** autostart :autostart: