diff --git a/.config/cosmic/com.system76.CosmicSettings/v1/active-page b/.config/cosmic/com.system76.CosmicSettings/v1/active-page index 2b7b479..a8164e7 100644 --- a/.config/cosmic/com.system76.CosmicSettings/v1/active-page +++ b/.config/cosmic/com.system76.CosmicSettings/v1/active-page @@ -1 +1 @@ -"time-date" \ No newline at end of file +"display" \ No newline at end of file diff --git a/.config/gtk-4.0/gtk.css b/.config/gtk-4.0/gtk.css new file mode 120000 index 0000000..4b5bb7f --- /dev/null +++ b/.config/gtk-4.0/gtk.css @@ -0,0 +1 @@ +/home/user/.config/gtk-4.0/cosmic/dark.css \ No newline at end of file diff --git a/.config/sway/config b/.config/sway/config index 652e543..e541edf 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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/* diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index b8b5f7c..135bbe1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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 diff --git a/.ideavimrc b/.ideavimrc index c2873aa..5c5574f 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -83,6 +83,8 @@ inoremap (PopupMenu-selectPrev) let g:WhichKeyDesc_DebugOptions = "dd Debug options" let g:WhichKeyDesc_ToggleLineBreakpoint = "db Toggle line breakpoint" map dd (Debug) +map dr (Run) +map ds (Stop) map db (ToggleLineBreakpoint) " Actions diff --git a/ansible/roles/packages/vars/Pop!_OS-24.04.yml b/ansible/roles/packages/vars/Pop!_OS-24.04.yml index c97ae27..cfffc80 100644 --- a/ansible/roles/packages/vars/Pop!_OS-24.04.yml +++ b/ansible/roles/packages/vars/Pop!_OS-24.04.yml @@ -23,6 +23,7 @@ required_packages_brew: - ansible - zsh-history-substring-search - opentofu + - helm #apt_keys: # - https://packages.microsoft.com/keys/microsoft.asc @@ -87,6 +88,7 @@ required_packages_flatpak: - me.proton.Mail - com.protonvpn.www - org.remmina.Remmina + - org.gnome.Calculator go_apps: - github.com/charmbracelet/vhs@latest