diff --git a/.config/sway/config.d/00-vars.conf b/.config/sway/config.d/00-vars.conf index c1e93ba..f664da4 100644 --- a/.config/sway/config.d/00-vars.conf +++ b/.config/sway/config.d/00-vars.conf @@ -2,11 +2,7 @@ set $mod Mod4 # Terminal set $term foot -# Menu command -set $rofi_cmd rofi -terminal '$term' -# TODO: add window with the next release of rofi-wayland -set $menu $rofi_cmd -show combi -combi-modes drun#emoji -modes combi#calc#window -# Clipboard manager -set $clip_menu $rofi_cmd -modi clipboard:~/.config/rofi/cliphist-rofi-img -show clipboard +# Launcher +set $menu vicinae # Browser -set $browser ~/AppImages/zen_browser.appimage \ No newline at end of file +set $browser ~/AppImages/zen_browser.appimage diff --git a/.config/sway/config.d/01-keybinds.conf b/.config/sway/config.d/01-keybinds.conf index 96c7411..109bd89 100644 --- a/.config/sway/config.d/01-keybinds.conf +++ b/.config/sway/config.d/01-keybinds.conf @@ -22,9 +22,11 @@ bindsym { # Kill focused window $mod+Shift+q kill # Start your launcher - $mod+Space exec $menu + $mod+Space exec $menu toggle # Clipboard history - $mod+Shift+v exec $clip_menu + $mod+Shift+v exec $menu vicinae://launch/clipboard/history + # Emoji picker + $mod+period exec $menu vicinae://launch/core/search-emojis # Reload the configuration file $mod+Shift+c reload # Exit sway (logs you out of your Wayland session) @@ -169,4 +171,4 @@ mode "resize" { bindsym Escape mode "default" } -bindsym $mod+r mode "resize" \ No newline at end of file +bindsym $mod+r mode "resize" diff --git a/.config/sway/config.d/02-input.conf b/.config/sway/config.d/02-input.conf index 19a0081..4a3b8b2 100644 --- a/.config/sway/config.d/02-input.conf +++ b/.config/sway/config.d/02-input.conf @@ -23,7 +23,7 @@ input "13364:2384:Keychron_Keychron_V5_Max" { xkb_options "compose:rctrl" } -input "13364:53296:Keychron__Keychron_Link__Keyboard" { +input "13364:2384:Keychron_V5_Max_Keyboard" { xkb_layout us xkb_options "compose:rctrl" -} \ No newline at end of file +} diff --git a/.config/sway/config.d/02-startup.conf b/.config/sway/config.d/02-startup.conf index 001a728..64c8985 100644 --- a/.config/sway/config.d/02-startup.conf +++ b/.config/sway/config.d/02-startup.conf @@ -1,9 +1,17 @@ +## SHELL + +# OSD +exec swayosd-server # Notification daemon exec swaync -# Clipboard history -exec wl-paste --watch cliphist store +# Launcher +exec vicinae server + +## GUI + # NextCloud exec QT_QPA_PLATFORM=xcb ~/AppImages/client_de_synchronisation_nextcloud.appimage # KeePass exec flatpak run org.keepassxc.KeePassXC - +# EasyEffects +exec flatpak run com.github.wwmm.easyeffects --service-mode