feat: moving to vicinae
This commit is contained in:
@@ -2,11 +2,7 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
# Terminal
|
# Terminal
|
||||||
set $term foot
|
set $term foot
|
||||||
# Menu command
|
# Launcher
|
||||||
set $rofi_cmd rofi -terminal '$term'
|
set $menu vicinae
|
||||||
# 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
|
|
||||||
# Browser
|
# Browser
|
||||||
set $browser ~/AppImages/zen_browser.appimage
|
set $browser ~/AppImages/zen_browser.appimage
|
||||||
@@ -22,9 +22,11 @@ bindsym {
|
|||||||
# Kill focused window
|
# Kill focused window
|
||||||
$mod+Shift+q kill
|
$mod+Shift+q kill
|
||||||
# Start your launcher
|
# Start your launcher
|
||||||
$mod+Space exec $menu
|
$mod+Space exec $menu toggle
|
||||||
# Clipboard history
|
# 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
|
# Reload the configuration file
|
||||||
$mod+Shift+c reload
|
$mod+Shift+c reload
|
||||||
# Exit sway (logs you out of your Wayland session)
|
# Exit sway (logs you out of your Wayland session)
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ input "13364:2384:Keychron_Keychron_V5_Max" {
|
|||||||
xkb_options "compose:rctrl"
|
xkb_options "compose:rctrl"
|
||||||
}
|
}
|
||||||
|
|
||||||
input "13364:53296:Keychron__Keychron_Link__Keyboard" {
|
input "13364:2384:Keychron_V5_Max_Keyboard" {
|
||||||
xkb_layout us
|
xkb_layout us
|
||||||
xkb_options "compose:rctrl"
|
xkb_options "compose:rctrl"
|
||||||
}
|
}
|
||||||
@@ -1,9 +1,17 @@
|
|||||||
|
## SHELL
|
||||||
|
|
||||||
|
# OSD
|
||||||
|
exec swayosd-server
|
||||||
# Notification daemon
|
# Notification daemon
|
||||||
exec swaync
|
exec swaync
|
||||||
# Clipboard history
|
# Launcher
|
||||||
exec wl-paste --watch cliphist store
|
exec vicinae server
|
||||||
|
|
||||||
|
## GUI
|
||||||
|
|
||||||
# NextCloud
|
# NextCloud
|
||||||
exec QT_QPA_PLATFORM=xcb ~/AppImages/client_de_synchronisation_nextcloud.appimage
|
exec QT_QPA_PLATFORM=xcb ~/AppImages/client_de_synchronisation_nextcloud.appimage
|
||||||
# KeePass
|
# KeePass
|
||||||
exec flatpak run org.keepassxc.KeePassXC
|
exec flatpak run org.keepassxc.KeePassXC
|
||||||
|
# EasyEffects
|
||||||
|
exec flatpak run com.github.wwmm.easyeffects --service-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user