Commit a4d8a1ee authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents da46fa4c 8f722bf9
...@@ -49,6 +49,7 @@ detect-client-opacity = true; ...@@ -49,6 +49,7 @@ detect-client-opacity = true;
unredir-if-possible = true; unredir-if-possible = true;
refresh-rate = 0; refresh-rate = 0;
#vsync = "none"; #vsync = "none";
#vsync = "drm";
vsync = "opengl-swc"; vsync = "opengl-swc";
dbe = false; dbe = false;
paint-on-overlay = true; paint-on-overlay = true;
......
...@@ -34,8 +34,8 @@ ${color2}child container (tabd) - ${color}mod+Alt+w ...@@ -34,8 +34,8 @@ ${color2}child container (tabd) - ${color}mod+Alt+w
${color2}child container (vert) - ${color}mod+Alt+e ${color2}child container (vert) - ${color}mod+Alt+e
${color2}child container (stck) - ${color}mod+Alt+s ${color2}child container (stck) - ${color}mod+Alt+s
${color2}tab with next window - ${color}mod+z ${color2}stack with next window - ${color}mod+z
${color2}tab with previous window - ${color}mod+Shift+z ${color2}stack with previous window - ${color}mod+Shift+z
${color2}splith with next window - ${color}mod+x ${color2}splith with next window - ${color}mod+x
${color2}splith with previous window - ${color}mod+Shift+x ${color2}splith with previous window - ${color}mod+Shift+x
......
...@@ -53,12 +53,13 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer' ...@@ -53,12 +53,13 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
################################################################################################ ################################################################################################
# Increase/decrease sink volume 1 # Increase/decrease sink volume 1
bindsym $mod+F2 exec pactl set-sink-volume 1 -5%; exec notify-send 'sink 1 volume decreased' bindsym $mod+F1 exec amixer -qD pulse set Master toggle; exec notify-send 'sound toggled'
bindsym $mod+F3 exec pactl set-sink-volume 1 +5%; exec notify-send 'sink 1 volume increased' bindsym $mod+F2 exec amixer -qc 0 set Master 2db-; exec notify-send 'volume decreased'
bindsym $mod+F3 exec amixer -qc 0 set Master 2db+; exec notify-send 'volume increased'
# Screen brightness controls # Screen brightness controls
bindsym $mod+F6 exec xbacklight -inc 5 bindsym $mod+F8 exec sudo xbacklight -10
bindsym $mod+F5 exec xbacklight -dec 5 bindsym $mod+F9 exec sudo xbacklight +10
# Start Applications # Start Applications
bindsym $mod+Ctrl+b exec terminal -e 'bmenu' bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
...@@ -124,12 +125,13 @@ bindsym $mod+Mod1+w split h; layout tabbed ...@@ -124,12 +125,13 @@ bindsym $mod+Mod1+w split h; layout tabbed
bindsym $mod+x split h, layout splith, focus right, move left, focus left bindsym $mod+x split h, layout splith, focus right, move left, focus left
bindsym $mod+Shift+x split h, layout splith, focus left, move right, focus right bindsym $mod+Shift+x split h, layout splith, focus left, move right, focus right
# special combo for tabbed split of two windows next to each other # special combo for stacked split of two windows next to each other
bindsym $mod+z split h, layout tabbed, focus right, move left, focus left bindsym $mod+z split h, layout stacked, focus right, move left, focus up
bindsym $mod+Shift+z split h, layout tabbed, focus left, move right, focus right bindsym $mod+Shift+z split h, layout stacked, focus left, move right, move up, focus down
# toggle fullscreen mode for the focused container # toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
bindsym --whole-window $mod+Shift+button1 fullscreen toggle
# several 16:9 resolutions binded for quick switching # several 16:9 resolutions binded for quick switching
bindsym $mod+Shift+bracketleft exec xrandr -s 1024x576 bindsym $mod+Shift+bracketleft exec xrandr -s 1024x576
...@@ -310,10 +312,10 @@ bindsym $mod+Mod1+Down resize grow height 100 px or 20 ppt ...@@ -310,10 +312,10 @@ bindsym $mod+Mod1+Down resize grow height 100 px or 20 ppt
bindsym $mod+Mod1+Up resize shrink height 100 px or 20 ppt bindsym $mod+Mod1+Up resize shrink height 100 px or 20 ppt
bindsym $mod+Mod1+Right resize grow width 100 px or 20 ppt bindsym $mod+Mod1+Right resize grow width 100 px or 20 ppt
bindsym $mod+Mod1+Shift+Left resize shrink width 10 px or 10 ppt bindsym $mod+Mod1+Shift+Left resize shrink width 10 px or 2 ppt
bindsym $mod+Mod1+Shift+Down resize grow height 10 px or 10 ppt bindsym $mod+Mod1+Shift+Down resize grow height 10 px or 2 ppt
bindsym $mod+Mod1+Shift+Up resize shrink height 10 px or 10 ppt bindsym $mod+Mod1+Shift+Up resize shrink height 10 px or 2 ppt
bindsym $mod+Mod1+Shift+Right resize grow width 10 px or 10 ppt bindsym $mod+Mod1+Shift+Right resize grow width 10 px or 2 ppt
# "netflix" and "spotify" modes # "netflix" and "spotify" modes
bindsym $mod+Mod1+n floating enable;sticky enable;resize set 612 343;border none bindsym $mod+Mod1+n floating enable;sticky enable;resize set 612 343;border none
......
...@@ -27,6 +27,7 @@ order += "diskdata" ...@@ -27,6 +27,7 @@ order += "diskdata"
order += "battery_level" order += "battery_level"
# order += "load" # order += "load"
order += "timer" order += "timer"
order += "external_script"
order += "tztime local" order += "tztime local"
# order += "ipv6" # order += "ipv6"
...@@ -56,6 +57,11 @@ diskdata { ...@@ -56,6 +57,11 @@ diskdata {
format = " ⛁ {used_percent}% (U:{used} GB, F:{free} GB) " format = " ⛁ {used_percent}% (U:{used} GB, F:{free} GB) "
} }
external_script {
format = "{output}"
script_path = "cat /sys/class/tty/tty0/active"
}
whatismyip { whatismyip {
format = "  {isp}\|{city}\|{countryCode} ({ip}) " format = "  {isp}\|{city}\|{countryCode} ({ip}) "
icon_on = "" icon_on = ""
...@@ -102,8 +108,8 @@ battery all { ...@@ -102,8 +108,8 @@ battery all {
battery_level { battery_level {
cache_timeout = 30 cache_timeout = 30
measurement_mode = "acpi" measurement_mode = "acpi"
hide_when_full = "True" hide_when_full = "True"
hide_seconds = "True" hide_seconds = "True"
blocks = "" blocks = ""
color_charging = "#00ff00" color_charging = "#00ff00"
......
This diff is collapsed.
rofi.theme: ~/.jt-config-repo/rofi/themes/lb-numix.rasi
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment