Compare commits

...

5 Commits

Author SHA1 Message Date
Julian Ospald e29e63b483
Add cycling through workspaces 2020-01-07 03:12:31 +01:00
Julian Ospald b468a8b794
Start picom 2020-01-06 01:58:08 +01:00
Julian Ospald eb00107b3b
Use polybar instead if i3bar 2020-01-06 01:58:08 +01:00
Julian Ospald 71e3e399ac
Remove sakura on start 2020-01-06 01:56:03 +01:00
Julian Ospald 1c4c4d7e5f
Add more floating windows 2020-01-06 01:55:29 +01:00
2 changed files with 23 additions and 99 deletions

33
config
View File

@ -117,6 +117,9 @@ workspace 8 output $right
workspace 9 output $left
workspace 10 output $right
# workspace cycling
bindsym $mod+Tab workspace next
bindsym $mod+Shift+Tab workspace prev
# switch to workspace
bindsym $mod+1 workspace 1
@ -222,6 +225,16 @@ for_window [class="Gvbam"] floating enable
for_window [class="Gmusicbrowser"] floating enable
for_window [class="File-roller"] floating enable
for_window [class="Bitmessagemain.py"] floating enable
for_window [class="Gnome-manual-duplex"] floating enable
for_window [class="GParted"] floating enable
for_window [class="openmw"] floating enable
for_window [class="Omwlauncher"] floating enable
for_window [class="Xdialog"] floating enable
for_window [class="Mumble"] floating enable
for_window [class="^mpv.*$"] floating enable
for_window [class="Skype"] floating enable
for_window [class="utox"] floating enable
for_window [class="Transmission-gtk"] floating enable
for_window [class="keepassxc"] floating enable
# scratchpad
@ -265,19 +278,19 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
tray_output $left
status_command i3status --config ~/.config/i3/i3status.config
# | dzen2 -fg white -ta r -w 1290 fn "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso8859-1"
font pango:DejaVu Sans Mono 10
}
#bar {
# tray_output $left
#
# status_command i3status --config ~/.config/i3/i3status.config
## | dzen2 -fg white -ta r -w 1290 fn "-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso8859-1"
#
# font pango:DejaVu Sans Mono 12
#}
mode "num" {
bindsym Num_Lock mode "default"
}
#bindsym Num_Lock mode "num"
exec sakura
exec_always --no-startup-id ~/.config/polybar/launch.sh
exec picom --config ~/.config/picom.config

View File

@ -1,89 +0,0 @@
general {
output_format = "i3bar"
colors = true
interval = 5
}
#order += "ipv6"
order += "disk /"
#order += "run_watch DHCP"#
#order += "run_watch VPN"
order += "wireless wlp3s0"
#order += "ethernet enp0s31f6"
order += "battery 0"
order += "battery 1"
#order += "cpu_temperature 0"
order += "cpu_usage"
order += "load"
order += "memory"
order += "tztime local"
#order += "tztime berlin"
ipv6 {
format_up = "%ip"
format_down = "no IPv6"
}
wireless wlp3s0 {
format_up = "W: (%quality at %essid, %bitrate) %ip"
format_down = "W: down"
}
ethernet enp0s31f6 {
# if you use %speed, i3status requires the cap_net_admin capability
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
battery 0 {
format = "%status %percentage %remaining %emptytime"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
}
battery 1 {
format = "%status %percentage %remaining %emptytime"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 10
}
run_watch DHCP {
pidfile = "/var/run/dhclient*.pid"
}
run_watch VPN {
pidfile = "/var/run/openconnect/openconnect.pid"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}
tztime berlin {
format = "%Y-%m-%d %H:%M:%S %Z"
timezone = "Europe/Berlin"
}
load {
format = "%5min"
}
cpu_temperature 0 {
format = "%degrees°"
path = "/sys/devices/platform/coretemp.0/temp1_input"
}
disk "/" {
format = "%free"
}
cpu_usage {
format = "%usage"
}
memory {
format = "%used"
threshold_degraded = "15%"
format_degraded = "MEMORY: %free"
}