Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
3b298592
Commit
3b298592
authored
Jun 01, 2021
by
Jay Ta'ala
Browse files
Merge branch 'development'
parents
57084a69
0b00ec6c
Changes
5
Show whitespace changes
Inline
Side-by-side
i3/config
View file @
3b298592
...
@@ -50,7 +50,7 @@ bindsym $mod+Control+period $border_normal
...
@@ -50,7 +50,7 @@ bindsym $mod+Control+period $border_normal
# Font for window titles. Will also be used by the bar unless a different font
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
# is used in the bar {} block below.
#font pango:monospace 8
#font pango:monospace 8
font xft:BitstreamVeraSans-Roman 1
1
font xft:BitstreamVeraSans-Roman 1
0
# Use Mouse+$mod to drag floating windows
# Use Mouse+$mod to drag floating windows
floating_modifier $mod
floating_modifier $mod
...
@@ -177,16 +177,11 @@ bindsym $mod+q layout splith
...
@@ -177,16 +177,11 @@ bindsym $mod+q layout splith
bindsym $mod+e layout splitv
bindsym $mod+e layout splitv
bindsym $mod+s layout stacking
bindsym $mod+s layout stacking
# child container layouts (creates a child container from current selected application)
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+z split h; exec "$con_title"
bindsym $mod+$mod_next+q split h; focus child; exec "$con_title"
bindsym $mod+x split v; exec "$con_title"
bindsym $mod+$mod_next+e split v; focus child; exec "$con_title"
bindsym $mod+c layout toggle
bindsym $mod+$mod_next+w split h; layout tabbed; focus child; exec "$con_title"
bindsym $mod+$mod_next+s split h; layout stacked; focus child; exec "$con_title"
# alternate container layout bindsyms
bindsym $mod+$mod_next+q split h; exec "$con_title"
bindsym $mod+$mod_next+e split v; exec "$con_title"
bindsym $mod+$mod_next+w split h; layout tabbed; exec "$con_title"
bindsym $mod+$mod_next+s split h; layout stacked; exec "$con_title"
# toggle fullscreen mode for the focused container
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym $mod+f fullscreen toggle
...
...
i3/config.simple
View file @
3b298592
...
@@ -113,16 +113,11 @@ bindsym $mod+q layout splith
...
@@ -113,16 +113,11 @@ bindsym $mod+q layout splith
bindsym $mod+e layout splitv
bindsym $mod+e layout splitv
bindsym $mod+s layout stacking
bindsym $mod+s layout stacking
# child container layouts (creates a child container from current selected application)
# child container layout bindsyms (creates a child container from currently select window)
bindsym $mod+z split h
bindsym $mod+$mod_next+q split h; focus child
bindsym $mod+x split v
bindsym $mod+$mod_next+e split v; focus child
bindsym $mod+c layout toggle
bindsym $mod+$mod_next+w split h; layout tabbed; focus child
bindsym $mod+$mod_next+s split h; layout stacked; focus child
# alternate container layout bindsyms
bindsym $mod+$mod_next+q split h
bindsym $mod+$mod_next+e split v
bindsym $mod+$mod_next+w split h; layout tabbed
bindsym $mod+$mod_next+s split h; layout stacked
# toggle fullscreen mode for the focused container
# toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
bindsym $mod+f fullscreen toggle
...
...
i3/i3wsr.toml
View file @
3b298592
...
@@ -34,6 +34,7 @@ Slack = ""
...
@@ -34,6 +34,7 @@ Slack = ""
Spotify
=
""
Spotify
=
""
Termite
=
""
Termite
=
""
Thunderbird
=
""
Thunderbird
=
""
BlueMail
=
""
Vmware
=
""
Vmware
=
""
Wfica
=
""
Wfica
=
""
code-oss
=
""
code-oss
=
""
...
...
rofi/config
deleted
100644 → 0
View file @
57084a69
!theme location
rofi.theme: ~/.config/rofi/themes/lb-custom.rasi
!keyboard binding changes: tab, shift+tab to switch modes
rofi.kb-row-tab:
rofi.kb-row-up: Up,Control+p,Super+k
rofi.kb-row-down: Down,Control+n,Super+j
rofi.kb-mode-next: Tab,Super+l
rofi.kb-mode-previous: ISO_Left_Tab,Super+h
rofi.kb-accept-entry: Return,Super+Return
rofi/config.rasi
0 → 100644
View file @
3b298592
configuration {
theme: "~/.config/rofi/themes/lb-custom.rasi";
font: "BitstreamVeraSans-Roman 16";
kb-accept-entry: "Return,Super+Return";
kb-mode-next: "Tab,Super+l";
kb-mode-previous: "ISO_Left_Tab,Super+h";
kb-row-up: "Up,Control+p,Super+k";
kb-row-down: "Down,Control+n,Super+j";
kb-row-tab: "";
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment