diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-07-22 02:42:17 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-07-22 02:42:17 -0500 |
| commit | b50c450a572c9951baf2bdf1720fb241625c626d (patch) | |
| tree | 4750183b51250f5444a6839bc2bf679ef9a12b79 /env/.config/i3/config | |
| parent | 735b92dbcfe2f8f85047110bdd17f48900b12b8e (diff) | |
fixed i3blocks breaking blocks on multible monitors
added keybind for cboomer
urlview.sh change
added asciidoc asociation for vis for v0.9 tag
fixed vis theme
added xorg-xinit. fixed typo xlibre-xserver
moved ugrep
urlview check change
Diffstat (limited to 'env/.config/i3/config')
| -rw-r--r-- | env/.config/i3/config | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/env/.config/i3/config b/env/.config/i3/config index 64637d3..6084e0f 100644 --- a/env/.config/i3/config +++ b/env/.config/i3/config @@ -82,6 +82,8 @@ bindsym $mod+d exec --no-startup-id "rofi -x11 -show drun" bindsym $mod+SHIFT+D exec $HOME/.local/bin/system/rofi-search-web.sh bindsym $mod+Control+period exec $HOME/.local/bin/system/kaomoji-picker.sh +bindsym $mod+x exec $HOME/.local/bin/cboomer + # kill gamethread bindsym $mod+Shift+i exec "pkill GameThread && sleep 1 && steam run steam://rungameid/2073850" @@ -139,10 +141,10 @@ bindsym $mod+space floating toggle bindsym $mod+Shift+space focus mode_toggle # focus the parent container -bindsym $mod+a focus parent +bindsym $mod+shift+a focus parent # focus the child container -#bindsym $mod+d focus child +bindsym $mod+a focus child # move the currently focused window to the scratchpad bindsym $mod+Shift+minus move scratchpad @@ -304,7 +306,7 @@ bar { output primary tray_output primary strip_workspace_numbers yes - status_command SCRIPT_DIR=~/.config/i3blocks i3blocks + status_command env I3BLOCKS_PRIMARY=1 SCRIPT_DIR=$HOME/.config/i3blocks i3blocks colors { statusline #c0caf5 @@ -323,7 +325,7 @@ bar { output nonprimary tray_output none strip_workspace_numbers yes - status_command SCRIPT_DIR=~/.config/i3blocks i3blocks + status_command env SCRIPT_DIR=$HOME/.config/i3blocks i3blocks colors { statusline #c0caf5 @@ -335,4 +337,4 @@ bar { active_workspace $trans $trans $text-color urgent_workspace $urbg-color $urbg-color $text-color } -} +}
\ No newline at end of file |
