feat: moving to vicinae
This commit is contained in:
@@ -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
|
||||
set $browser ~/AppImages/zen_browser.appimage
|
||||
|
||||
@@ -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"
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user