added mako config, splith/v bindings for sway and tmux

This commit is contained in:
Rudis Muiznieks 2024-05-16 08:07:57 -05:00
parent e6d6a2a1ff
commit 675fffeb12
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
4 changed files with 16 additions and 2 deletions

11
mako/config Normal file
View File

@ -0,0 +1,11 @@
font=monospace 14
# Colors
background-color=#1e1e2e
text-color=#cdd6f4
border-color=#89b4fa
progress-color=over #313244
[urgency=high]
border-color=#fab387

View File

@ -38,6 +38,8 @@ bindsym $mod+F9 move container to workspace number 9
bindsym $mod+F10 move container to workspace number 10
bindsym $mod+f fullscreen
bindsym $mod+k splith
bindsym $mod+j splitv
bindsym XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobpipe
bindsym XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobpipe

View File

@ -1,4 +1,5 @@
exec dbus-update-activation-environment DISPLAY
exec mako
exec wl-paste -t text --watch clipman store
exec wl-paste -p -t text --watch clipman store --histpath="~/.local/share/clipman-primary.json"
exec pipewire

View File

@ -26,7 +26,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection
bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
bind r source-file ~/.tmux.conf \; display "tmux config reloaded :)"
bind | split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
bind k split-window -h -c "#{pane_current_path}"
bind j split-window -v -c "#{pane_current_path}"
set -s escape-time 0