This commit is contained in:
DeveloperDurp 2024-08-25 20:36:32 -05:00
parent 99b63f20bc
commit dd6d398060
6 changed files with 13 additions and 3 deletions

View file

@ -1 +1 @@
"time-date" "display"

1
.config/gtk-4.0/gtk.css Symbolic link
View file

@ -0,0 +1 @@
/home/user/.config/gtk-4.0/cosmic/dark.css

View file

@ -34,7 +34,6 @@ before-sleep 'swaylock -f'
#timeout 1200 'systemctl suspend' \ #timeout 1200 'systemctl suspend' \
### Input configuration ### Input configuration
input "type:touchpad" { input "type:touchpad" {
accel_profile "flat"
dwt enabled dwt enabled
tap enabled tap enabled
middle_emulation enabled middle_emulation enabled
@ -208,4 +207,8 @@ bindsym $mod+p exec grim -g "$(slurp)" - | wl-copy
default_border pixel default_border pixel
gaps inner 5 gaps inner 5
# Guesture
bindgesture swipe:right workspace prev
bindgesture swipe:left workspace next
include /etc/sway/config.d/* include /etc/sway/config.d/*

View file

@ -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 mouse on
set -g set-clipboard on set -g set-clipboard on
set -g @yank_selection_mouse 'clipboard' 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 'catppuccin/tmux'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'pschmitt/tmux-ssh-split' set -g @plugin 'pschmitt/tmux-ssh-split'
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
set -g @catppuccin_flavor 'mocha' set -g @catppuccin_flavor 'mocha'
# set vi-mode # set vi-mode

View file

@ -83,6 +83,8 @@ inoremap <C-k> <Action>(PopupMenu-selectPrev)
let g:WhichKeyDesc_DebugOptions = "<leader>dd Debug options" let g:WhichKeyDesc_DebugOptions = "<leader>dd Debug options"
let g:WhichKeyDesc_ToggleLineBreakpoint = "<leader>db Toggle line breakpoint" let g:WhichKeyDesc_ToggleLineBreakpoint = "<leader>db Toggle line breakpoint"
map <leader>dd <action>(Debug) map <leader>dd <action>(Debug)
map <leader>dr <action>(Run)
map <leader>ds <action>(Stop)
map <leader>db <action>(ToggleLineBreakpoint) map <leader>db <action>(ToggleLineBreakpoint)
" Actions " Actions

View file

@ -23,6 +23,7 @@ required_packages_brew:
- ansible - ansible
- zsh-history-substring-search - zsh-history-substring-search
- opentofu - opentofu
- helm
#apt_keys: #apt_keys:
# - https://packages.microsoft.com/keys/microsoft.asc # - https://packages.microsoft.com/keys/microsoft.asc
@ -87,6 +88,7 @@ required_packages_flatpak:
- me.proton.Mail - me.proton.Mail
- com.protonvpn.www - com.protonvpn.www
- org.remmina.Remmina - org.remmina.Remmina
- org.gnome.Calculator
go_apps: go_apps:
- github.com/charmbracelet/vhs@latest - github.com/charmbracelet/vhs@latest