read the diff man
This commit is contained in:
@@ -18,25 +18,9 @@ bindsym $mod+shift+F1 exec --no-startup-id playerctl previous
|
||||
#polybar
|
||||
exec_always ~/.config/polybar/launch.sh --blocks
|
||||
|
||||
#bar {
|
||||
# font pango:DejaVU Sans Mono, PowerlineSymbols 12
|
||||
# status_command i3status-rs
|
||||
# position top
|
||||
# output primary
|
||||
# tray_output none
|
||||
#
|
||||
# colors {
|
||||
#
|
||||
# }
|
||||
# }
|
||||
|
||||
#picom
|
||||
# exec_always picom
|
||||
|
||||
|
||||
#Resolution and Mouse sense scripts
|
||||
#exec_always ~/scripts/res.sh
|
||||
exec ~/scripts/mouse.sh -0.5 1
|
||||
|
||||
|
||||
# move focused workspace between monitors
|
||||
bindsym $mod+Ctrl+Right layout toggle split, move workspace to output right
|
||||
@@ -47,7 +31,7 @@ bindsym $mod+Ctrl+Left layout toggle split, move workspace to output left
|
||||
bindsym $mod+Ctrl+h move workspace to output left
|
||||
|
||||
# Compose key
|
||||
exec_always setxkbmap -layout us,ar -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle"
|
||||
exec_always --no-startup-id setxkbmap -layout us,ar -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle"
|
||||
|
||||
# FUCK YOU MICROSOFT (thank you copilot)
|
||||
exec_always --no-startup-id xmodmap ~/.Xmodmap
|
||||
@@ -92,3 +76,6 @@ bindsym $mod+u exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
|
||||
bindsym $mod+Tab workspace next_on_output
|
||||
bindsym $mod+shift+Tab workspace prev_on_output
|
||||
bindsym $mod+$alt+e exec emacsclient --eval '(emacs-everywhere)'
|
||||
|
||||
#Clipboard manager
|
||||
bindsym $mod+$alt+v exec --no-startup-id clipcat-menu
|
||||
|
||||
Reference in New Issue
Block a user