update
This commit is contained in:
parent
99b63f20bc
commit
dd6d398060
6 changed files with 13 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
"time-date"
|
||||
"display"
|
||||
1
.config/gtk-4.0/gtk.css
Symbolic link
1
.config/gtk-4.0/gtk.css
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/user/.config/gtk-4.0/cosmic/dark.css
|
||||
|
|
@ -34,7 +34,6 @@ before-sleep 'swaylock -f'
|
|||
#timeout 1200 'systemctl suspend' \
|
||||
### Input configuration
|
||||
input "type:touchpad" {
|
||||
accel_profile "flat"
|
||||
dwt enabled
|
||||
tap enabled
|
||||
middle_emulation enabled
|
||||
|
|
@ -208,4 +207,8 @@ bindsym $mod+p exec grim -g "$(slurp)" - | wl-copy
|
|||
default_border pixel
|
||||
gaps inner 5
|
||||
|
||||
# Guesture
|
||||
bindgesture swipe:right workspace prev
|
||||
bindgesture swipe:left workspace next
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
#set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||
set -g mouse on
|
||||
set -g set-clipboard on
|
||||
set -g @yank_selection_mouse 'clipboard'
|
||||
|
|
@ -46,6 +47,7 @@ set -g @plugin 'christoomey/vim-tmux-navigator'
|
|||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'pschmitt/tmux-ssh-split'
|
||||
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
|
||||
|
||||
set -g @catppuccin_flavor 'mocha'
|
||||
# set vi-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue