diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-02-18 17:36:51 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-02-18 17:36:51 +0400 |
commit | d1e8f727620479a98ad568e8e3dc98e84bef45b2 (patch) | |
tree | 56a8dedb74e9e8a6f8692027e3eadd201eb37c5f /src/dotfiles/i3/config | |
parent | f40c73f3b30547f7267c84bd22677dec65029dc4 (diff) |
version 0.2
Diffstat (limited to 'src/dotfiles/i3/config')
-rwxr-xr-x | src/dotfiles/i3/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dotfiles/i3/config b/src/dotfiles/i3/config index b7f5ccd..61db90b 100755 --- a/src/dotfiles/i3/config +++ b/src/dotfiles/i3/config @@ -1,4 +1,4 @@ -#Theion's i3-wm config +# Theion's i3-wm config font pango: JetBrainsMono Nerd Font 0 set $bg #282828 @@ -213,4 +213,3 @@ bindsym $mod+Shift+m exec killall kitty bindsym $mod+Shift+n exec --no-startup-id kitty --class=floating bindsym $mod+Shift+p exec ~/.config/polybar/launch.sh - |