diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-06 22:16:30 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-08-06 22:16:30 +0200 |
commit | 06fb4f9c151947314a0eb9e5e05faed50ffa156a (patch) | |
tree | 77e1b3eba85d0bdcef0875201647075b39498cfd /.config/i3/config | |
parent | 3f0028d8de348b21fe6e2a69ae891affbc5efa75 (diff) |
added redshift for night light and some small changes
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index da3dd07..cb0903d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -17,8 +17,8 @@ bindsym $mod+e exec pcmanfm bindsym $mod+f fullscreen toggle # Rofi -bindsym $mod+d exec rofi -show drun -show-icons -theme rofi -bindsym $mod+Tab exec rofi -show window -show-icons -theme rofi +bindsym $mod+d exec rofi -show drun -show-icons -theme rofi -drun-display-format {name} +bindsym Mod1+Tab exec rofi -show window -show-icons -theme rofi -drun-display-format {name} bindsym Mod1+b exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -show-icons -theme rofi bindsym $mod+Shift+p exec rofi -show p -theme rofi -modi p:rofi-power-menu |