Adds DOCH & ueli as application manager
This commit is contained in:
parent
07540040f0
commit
4fd197060a
5 changed files with 35 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ bindsym $mod+Return exec kitty
|
|||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
||||
bindsym $mod+Tab exec ~/.config/rofi/launchers/type-2/launcher.sh
|
||||
bindsym $mod+Tab exec ueli
|
||||
bindsym Mod1+Tab exec ~/.config/rofi/launchers/type-1/launcher.sh window
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
|
|
|
|||
|
|
@ -56,3 +56,4 @@ for_window [class="Blueberry.py"] floating enable, resize set 500 600, move posi
|
|||
for_window [class="YouTube Music"] move window to workspace $wsMusic
|
||||
for_window [class="feishin"] move window to workspace $wsMusic
|
||||
for_window [class="PureRef"] floating enable, resize set 1200 800, move position center, sticky enable
|
||||
for_window [class="ueli"] floating enable, resize set 1200 800, move position center, sticky enable
|
||||
|
|
|
|||
29
.config/ueli/ueli9.settings.json
Normal file
29
.config/ueli/ueli9.settings.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"appearance.searchBarAppearance": "auto",
|
||||
"appearance.themeName": "Fluent UI Web",
|
||||
"extension[SimpleFileSearch].folders": [
|
||||
{
|
||||
"id": "c44b415b-91e2-4cd0-b783-5cf3bc24a1a3",
|
||||
"path": "/home/michel",
|
||||
"recursive": false,
|
||||
"searchFor": "filesAndFolders"
|
||||
}
|
||||
],
|
||||
"extension[WebSearch].searchEngine": "DuckDuckGo",
|
||||
"extension[WebSearch].showInstantSearchResult": true,
|
||||
"extensions.enabledExtensionIds": [
|
||||
"ColorConverter",
|
||||
"JetBrainsToolbox",
|
||||
"SimpleFileSearch",
|
||||
"WebSearch",
|
||||
"Calculator",
|
||||
"ApplicationSearch",
|
||||
"UeliCommand"
|
||||
],
|
||||
"general.hotkey.enabled": false,
|
||||
"window.hideWindowOn": [
|
||||
"afterInvocation",
|
||||
"escapePressed"
|
||||
],
|
||||
"window.visibleOnAllWorkspaces": true
|
||||
}
|
||||
|
|
@ -12,13 +12,13 @@ NC='\033[0m'
|
|||
echo -e "${CYAN}# Installing dependencies (general)${NC}"
|
||||
yay -S betterlockscreen \
|
||||
neovim \
|
||||
rofi \
|
||||
dunst \
|
||||
pulseaudio-control \
|
||||
nitrogen \
|
||||
kitty \
|
||||
btop \
|
||||
zoxide fzf # Terminal setup
|
||||
zoxide fzf \
|
||||
ueli
|
||||
|
||||
if [ $XDG_SESSION_DESKTOP = "i3" ]; then
|
||||
echo -e "${CYAN}# Installing dependencies (for i3)${NC}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue