added mako config, splith/v bindings for sway and tmux
This commit is contained in:
parent
e6d6a2a1ff
commit
675fffeb12
|
@ -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
|
|
@ -38,6 +38,8 @@ bindsym $mod+F9 move container to workspace number 9
|
||||||
bindsym $mod+F10 move container to workspace number 10
|
bindsym $mod+F10 move container to workspace number 10
|
||||||
|
|
||||||
bindsym $mod+f fullscreen
|
bindsym $mod+f fullscreen
|
||||||
|
bindsym $mod+k splith
|
||||||
|
bindsym $mod+j splitv
|
||||||
|
|
||||||
bindsym XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobpipe
|
bindsym XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobpipe
|
||||||
bindsym XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobpipe
|
bindsym XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobpipe
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
exec dbus-update-activation-environment DISPLAY
|
exec dbus-update-activation-environment DISPLAY
|
||||||
|
exec mako
|
||||||
exec wl-paste -t text --watch clipman store
|
exec wl-paste -t text --watch clipman store
|
||||||
exec wl-paste -p -t text --watch clipman store --histpath="~/.local/share/clipman-primary.json"
|
exec wl-paste -p -t text --watch clipman store --histpath="~/.local/share/clipman-primary.json"
|
||||||
exec pipewire
|
exec pipewire
|
||||||
|
|
|
@ -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-key -T copy-mode-vi r send-keys -X rectangle-toggle
|
||||||
|
|
||||||
bind r source-file ~/.tmux.conf \; display "tmux config reloaded :)"
|
bind r source-file ~/.tmux.conf \; display "tmux config reloaded :)"
|
||||||
bind | split-window -h -c "#{pane_current_path}"
|
bind k split-window -h -c "#{pane_current_path}"
|
||||||
bind - split-window -v -c "#{pane_current_path}"
|
bind j split-window -v -c "#{pane_current_path}"
|
||||||
|
|
||||||
set -s escape-time 0
|
set -s escape-time 0
|
||||||
|
|
Loading…
Reference in New Issue