summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-08-06 22:16:30 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-08-06 22:16:30 +0200
commit28bf2c83e888af3fb870c193b24d49829be1cc4c (patch)
tree77e1b3eba85d0bdcef0875201647075b39498cfd
parent5e39e06683204b39e770229232f8c7a1ac13fc8d (diff)
added redshift for night light and some small changes
-rw-r--r--.config/alacritty/alacritty.yml4
-rw-r--r--.config/i3/config4
-rw-r--r--.xinitrc2
3 files changed, 6 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index fe48d47..7abe5ec 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -102,7 +102,7 @@ window:
#multiplier: 3
# Font configuration
-#font:
+font:
# Normal (roman) font face
#normal:
# Font family
@@ -150,7 +150,7 @@ window:
#style: Bold Italic
# Point size
- #size: 11.0
+ size: 9.5
# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter
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
diff --git a/.xinitrc b/.xinitrc
index 150fc81..99d9ae9 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -38,4 +38,6 @@ playerctld daemon &
nitrogen --restore &
setxkbmap -option grp:win_space_toggle us,dk &
picom --config $HOME/.config/picom/picom.conf -b &
+xss-lock -l -- multilockscreen -l dim --display 1 &
+redshift -l 56:10 &
exec i3