This commit is contained in:
LinlyBoi
2023-01-07 21:27:58 +02:00
parent e1d6adca28
commit 7481f1f48c
2 changed files with 12 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ set -g status-right '#[fg=cyan,bright]%a %d/%m %R #[fg=white]| #[fg=yellow]#(upt
set-window-option -g aggressive-resize on set-window-option -g aggressive-resize on
#monitor (modified from greyfade's tmux conf) #monitor (modified from greyfade's tmux conf)
new-session -s monitor new-session -s monitor
split-window -v -p 75 -b "watch 'sensors k10temp-\* nvme-pci-\*'"
split-window -h -p 90 -b -t '{top}' btm split-window -h -p 90 -b -t '{top}' btm
split-window -v -t '{bottom}' -b ranger split-window -v -t '{bottom}' -b ranger
split-window -h -b vimpc split-window -h -b vimpc

View File

@@ -1,4 +1,11 @@
#The best hot key ever bindsym ctrl+$mod+v exec firefox https://www.youtube.com/watch?v=dQw4w9WgXcQ disable mouse binds bindsym $mod+shift+a exec ~/scripts/mouse.sh -0.5 0 bindsym $mod+shift+b exec ~/scripts/mouse.sh -0.5 1 This is Wallpaper exec_always --no-startup-id nitrogen --restore This Is night colors exec redshift Just for RGB keybOARD exec --no-startup-id xset led named "Scroll Lock" #The best hot key ever
bindsym ctrl+$mod+v exec firefox https://www.youtube.com/watch?v=dQw4w9WgXcQ
#disable mouse binds
#bindsym $mod+shift+a exec ~/scripts/mouse.sh -0.5 0
#bindsym $mod+shift+b exec ~/scripts/mouse.sh -0.5 1
#This is Wallpaper
exec_always --no-startup-id nitrogen --restore
# Media Controls # Media Controls
bindsym $mod+F3 exec --no-startup-id playerctl next bindsym $mod+F3 exec --no-startup-id playerctl next
bindsym $mod+F2 exec --no-startup-id playerctl play-pause bindsym $mod+F2 exec --no-startup-id playerctl play-pause
@@ -27,7 +34,10 @@ bindsym $mod+Ctrl+Left layout toggle split, move workspace to output left
bindsym $mod+Ctrl+h layout toggle split, move workspace to output left bindsym $mod+Ctrl+h layout toggle split, move workspace to output left
# Compose key # Compose key
exec_always setxkbmap -option "compose:ralt" exec_always setxkbmap -option "compose:ralt" -layout us -option "caps:escape"
# FUCK YOU MICROSOFT (thank you copilot)
# exec_always --no-startup-id xmodmap ~/.Xmodmap
#Useful thing to switch back when you press same switcher key #Useful thing to switch back when you press same switcher key
workspace_auto_back_and_forth yes workspace_auto_back_and_forth yes