Fix ulauncher handling of terminal applications
parent
70762675c6
commit
34823f4116
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
eval echo "$@" | xargs alacritty -e
|
|
@ -4,7 +4,6 @@ set $menu "ulauncher-toggle"
|
|||
set $filemanager thunar
|
||||
set $processviewer $term -e htop
|
||||
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec $term
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ for_window [window_type="dialog"] floating enable
|
|||
for_window [window_type="menu"] floating enable
|
||||
for_window [window_role="About"] floating enable
|
||||
for_window [app_id="ulauncher"] border none
|
||||
for_window [app_id="wofi"] border none
|
||||
|
||||
include ~/.config/sway/conf.d/*
|
||||
include /etc/sway/config.d/*
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"render-on-screen": "mouse-pointer-monitor",
|
||||
"show-indicator-icon": true,
|
||||
"show-recent-apps": "0",
|
||||
"terminal-command": "terminal-proxy",
|
||||
"terminal-command": "alacritty -e /usr/bin/fish -c",
|
||||
"theme-name": "dark"
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"id": "feb919a9-ec3f-41dd-8cee-07be86cc0901",
|
||||
"name": "Stack Overflow",
|
||||
"keyword": "so",
|
||||
"cmd": "http://stackoverflow.com/search?q=%s",
|
||||
"cmd": "xdg-open \"http://stackoverflow.com/search?q=$@\"",
|
||||
"icon": "/usr/share/ulauncher/media/stackoverflow-icon.svg",
|
||||
"is_default_search": true,
|
||||
"run_without_argument": false,
|
||||
|
@ -13,7 +13,7 @@
|
|||
"id": "a61d5cbd-4e61-45ff-ae0e-a08e8f9242f5",
|
||||
"name": "Wikipedia",
|
||||
"keyword": "wiki",
|
||||
"cmd": "https://en.wikipedia.org/wiki/%s",
|
||||
"cmd": "xdg-open \"https://en.wikipedia.org/wiki/$@\"",
|
||||
"icon": "/usr/share/ulauncher/media/wikipedia-icon.png",
|
||||
"is_default_search": true,
|
||||
"run_without_argument": false,
|
||||
|
|
Loading…
Reference in New Issue