Squashed commit of the following:

- set icons for mon2 in i3
    - exluded a blender render dir
    - two flash backup thingys
    - lfrc filebrowser dectetion and formatting
    - changed music dir for mpd
    - moved browser backup to its own script. log too big
    - added DIAGRAM_PLANTUML_CLASSPATH var for plantuml
    - added web reqs script
    - added asciidoc preview
    - fixed ft_to_lang error by disabling treesitter in telescope
    - copy media script
This commit is contained in:
2025-12-29 02:42:08 -06:00
parent 5c4872f306
commit 0300e55167
14 changed files with 181 additions and 51 deletions

51
env/.config/i3/config vendored
View File

@@ -182,6 +182,17 @@ set $ws8 "8: "
set $ws9 "9: "
set $ws10 "10: "
set $ws11 "11: "
set $ws12 "12: "
set $ws13 "13: "
set $ws14 "14: "
set $ws15 "15: "
set $ws16 "16: "
set $ws17 "17: "
set $ws18 "18: "
set $ws19 "19: "
set $ws20 "20: "
bindsym $mod+n workspace next
bindsym $mod+b workspace prev
# switch to workspace
@@ -209,26 +220,26 @@ bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
mode "mon2" {
bindsym $mod+1 workspace number 11
bindsym $mod+2 workspace number 12
bindsym $mod+3 workspace number 13
bindsym $mod+4 workspace number 14
bindsym $mod+5 workspace number 15
bindsym $mod+6 workspace number 16
bindsym $mod+7 workspace number 17
bindsym $mod+8 workspace number 18
bindsym $mod+9 workspace number 19
bindsym $mod+0 workspace number 20
bindsym $mod+Shift+1 move container to workspace number 11
bindsym $mod+Shift+2 move container to workspace number 12
bindsym $mod+Shift+3 move container to workspace number 13
bindsym $mod+Shift+4 move container to workspace number 14
bindsym $mod+Shift+5 move container to workspace number 15
bindsym $mod+Shift+6 move container to workspace number 16
bindsym $mod+Shift+7 move container to workspace number 17
bindsym $mod+Shift+8 move container to workspace number 18
bindsym $mod+Shift+9 move container to workspace number 19
bindsym $mod+Shift+0 move container to workspace number 20
bindsym $mod+1 workspace number $ws11
bindsym $mod+2 workspace number $ws12
bindsym $mod+3 workspace number $ws13
bindsym $mod+4 workspace number $ws14
bindsym $mod+5 workspace number $ws15
bindsym $mod+6 workspace number $ws16
bindsym $mod+7 workspace number $ws17
bindsym $mod+8 workspace number $ws18
bindsym $mod+9 workspace number $ws19
bindsym $mod+0 workspace number $ws20
bindsym $mod+Shift+1 move container to workspace number $ws11
bindsym $mod+Shift+2 move container to workspace number $ws12
bindsym $mod+Shift+3 move container to workspace number $ws13
bindsym $mod+Shift+4 move container to workspace number $ws14
bindsym $mod+Shift+5 move container to workspace number $ws15
bindsym $mod+Shift+6 move container to workspace number $ws16
bindsym $mod+Shift+7 move container to workspace number $ws17
bindsym $mod+Shift+8 move container to workspace number $ws18
bindsym $mod+Shift+9 move container to workspace number $ws19
bindsym $mod+Shift+0 move container to workspace number $ws20
bindsym $mod+o mode "default"
}