grayscale

This commit is contained in:
2024-12-06 13:33:49 +00:00
parent 918016fa50
commit ffadb10859
3 changed files with 4 additions and 4 deletions

1
bashrc
View File

@@ -1,2 +1 @@
setxkbmap -option caps:swapescape
alias vim=nvim alias vim=nvim

View File

@@ -1,10 +1,13 @@
# i3 config file (v4) # i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference! # Please see http://i3wm.org/docs/userguide.html for a complete reference!
assign [class="surfshark"] $ws8 assign [class="Surfshark"] $ws8
# Set mod key (Mod1=<Alt>, Mod4=<Super>) # Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod4 set $mod Mod4
exec --no-startup-id setxkbmap -option caps:swapescape
exec --no-startup-id ./toggle-monitor-grayscale/toggle-monitor-grayscale.sh
# set default desktop layout (default is tiling) # set default desktop layout (default is tiling)
# workspace_layout tabbed <stacking|tabbed> # workspace_layout tabbed <stacking|tabbed>

2
zshrc
View File

@@ -1,3 +1 @@
# Created by newuser for 5.8
setxkbmap -option caps:swapescape
alias vim=nvim alias vim=nvim