feat:new nvim config and some other stuff
This commit is contained in:
@@ -46,7 +46,7 @@ exec_always --no-startup-id '/home/jozamudi/.config/sway/scripts/clamshell-mode.
|
||||
# before-sleep 'swaylock -f -c 000000'
|
||||
|
||||
|
||||
seat seat0 xcursor_theme Adwaita 25
|
||||
seat seat0 xcursor_theme Adwaita 35
|
||||
|
||||
# Auto start .desktop files using dex
|
||||
exec pipewire
|
||||
@@ -54,7 +54,19 @@ exec swaync
|
||||
exec waybar
|
||||
exec mpd
|
||||
exec dex -a
|
||||
exec syncthing
|
||||
#exec wl-paste -t text --watch clipman store --no-persist
|
||||
# There are two wl-paste processes running, one for the primary and one for the normal clipboard
|
||||
exec wl-paste -t text --watch clipman store
|
||||
exec wl-paste -p -t text --watch clipman store
|
||||
# The keybind to select a clipping
|
||||
bindsym $mod+y exec clipman --primary pick --tool wofi
|
||||
# Clear all clippings
|
||||
bindsym $mod+Shift+y exec clipman clear -a
|
||||
# Remove a selected clipping
|
||||
bindsym $mod+Mod1+y exec clipman clear --tool wofi
|
||||
# Empty the current clipping
|
||||
bindsym $mod+Ctrl+y exec : | wl-copy -p
|
||||
|
||||
#better audio
|
||||
#exec easyeffects -w -l Laptop
|
||||
|
||||
Reference in New Issue
Block a user