From ffadb108596f2e4fcfc4e99a39c0557e36a7263b Mon Sep 17 00:00:00 2001 From: Adam French Date: Fri, 6 Dec 2024 13:33:49 +0000 Subject: [PATCH] grayscale --- bashrc | 1 - i3config | 5 ++++- zshrc | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bashrc b/bashrc index 699f234..2461d6b 100644 --- a/bashrc +++ b/bashrc @@ -1,2 +1 @@ -setxkbmap -option caps:swapescape alias vim=nvim diff --git a/i3config b/i3config index 05995ec..13219d9 100644 --- a/i3config +++ b/i3config @@ -1,10 +1,13 @@ # i3 config file (v4) # Please see http://i3wm.org/docs/userguide.html for a complete reference! -assign [class="surfshark"] $ws8 +assign [class="Surfshark"] $ws8 # Set mod key (Mod1=, 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) # workspace_layout tabbed diff --git a/zshrc b/zshrc index a9962d6..2461d6b 100644 --- a/zshrc +++ b/zshrc @@ -1,3 +1 @@ -# Created by newuser for 5.8 -setxkbmap -option caps:swapescape alias vim=nvim