This commit is contained in:
2022-02-22 03:40:32 +01:00
parent 222706d7e1
commit 0f3ebffb15
10 changed files with 1326 additions and 29 deletions

View File

@@ -27,7 +27,9 @@ font xft:URWGothic-Book 11
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec terminal
bindsym $mod+Return exec kitty
bindsym $mod+Shift+s exec replay-sorcery save
# kill focused window
bindsym $mod+q kill
@@ -35,7 +37,7 @@ bindsym $mod+q kill
# start program launcher
#bindsym $mod+d exec --no-startup-id dmenu_recency
bindsym $mod+space exec --no-startup-id rofi -show run
bindsym $mod+space exec --no-startup-id wofi --show run
# launch categorized menu
bindsym $mod+z exec --no-startup-id morc_menu
@@ -80,6 +82,11 @@ bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
#bindsym $mod+e focus up
#bindsym $mod+o focus right
#bindsym $mod+Tab focus right
#bindsym $mod+Shift+Tab
#bindsym $mod+Ctrl+Tab workspace next
#bindsym $mod+Ctrl+Shift+Tab workspace prev
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
@@ -123,7 +130,7 @@ bindsym $mod+Shift+space floating toggle
#bindsym $mod+space focus mode_toggle
# toggle sticky
bindsym $mod+Shift+s sticky toggle
#bindsym $mod+Shift+s sticky toggle
# focus the parent container
bindsym $mod+a focus parent
@@ -229,7 +236,7 @@ bindsym $mod+Ctrl+r reload
#restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
bindsym $mod+Shift+e exec "swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'swaymsg exit'"
bindsym $mod+Shift+Ctrl+e exit
# Set shut down, restart and locking features
@@ -324,30 +331,31 @@ exec_always --no-startup-id fix_xcursor
# background #14191D
# to:
# background $term_background
# Same logic applied to everything else.
set_from_resource $term_background background
set_from_resource $term_foreground foreground
set_from_resource $term_color0 color0
set_from_resource $term_color1 color1
set_from_resource $term_color2 color2
set_from_resource $term_color3 color3
set_from_resource $term_color4 color4
set_from_resource $term_color5 color5
set_from_resource $term_color6 color6
set_from_resource $term_color7 color7
set_from_resource $term_color8 color8
set_from_resource $term_color9 color9
set_from_resource $term_color10 color10
set_from_resource $term_color11 color11
set_from_resource $term_color12 color12
set_from_resource $term_color13 color13
set_from_resource $term_color14 color14
set_from_resource $term_color15 color15
## Same logic applied to everything else.
#set_from_resource $term_background background
#set_from_resource $term_foreground foreground
#set_from_resource $term_color0 color0
#set_from_resource $term_color1 color1
#set_from_resource $term_color2 color2
#set_from_resource $term_color3 color3
#set_from_resource $term_color4 color4
#set_from_resource $term_color5 color5
#set_from_resource $term_color6 color6
#set_from_resource $term_color7 color7
#set_from_resource $term_color8 color8
#set_from_resource $term_color9 color9
#set_from_resource $term_color10 color10
#set_from_resource $term_color11 color11
#set_from_resource $term_color12 color12
#set_from_resource $term_color13 color13
#set_from_resource $term_color14 color14
#set_from_resource $term_color15 color15
# Start i3bar to display a workspace bar (plus the system information i3status if available)
bar {
i3bar_command i3bar
status_command i3status
swaybar_command waybar
#i3bar_command i3bar
#status_command i3status
position bottom
## please set your primary output first. Example: 'xrandr --output eDP1 --primary'
@@ -442,4 +450,6 @@ mode "$mode_gaps_outer" {
bindsym Return mode "default"
bindsym Escape mode "default"
}
exec systemctl --user start sleep
exec solaar --restart-on-wakeup -w hide
exec systemctl start sleep --user