diff options
author | lxf <sng@luxagraf.net> | 2020-12-26 12:54:45 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2020-12-26 12:54:45 -0500 |
commit | 0ff42ec1eba3095f93b3c22685d74b24d527ab17 (patch) | |
tree | 52497f4599cb4f549c9bd57e72c6c2ca5584de4d /.config/sway/config | |
parent | 47925213a1402f17c6df2140c7c3f08f217c1670 (diff) |
added gammastep to sway
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index ac387ce..5879f93 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -55,7 +55,7 @@ bindsym $mod+f floating toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+Shift+s layout stacking -bindsym $mod+w layout tabbed +bindsym $mod+t layout tabbed bindsym $mod+e layout toggle split # focus the parent container @@ -200,7 +200,7 @@ input "1:1:AT_Translated_Set_2_keyboard" { repeat_rate 25 } #exec xrdb ~/.Xresources -exec --no-startup-id redshift-gtk -l 35.052234:-118.243685 -m randr -t 5700:3600 & +exec --no-startup-id gammastep exec --no-startup-id vivaldi-snapshot --ozone-platform=wayland --enable-features=UseOzonePlatform,UseSkiaRenderer,Vulkan & #exec --no-startup-id urxvt & exec --no-startup-id alacritty & |