diff options
Diffstat (limited to 'i3wm/.config')
| -rw-r--r-- | i3wm/.config/i3/config | 10 | ||||
| -rw-r--r-- | i3wm/.config/polybar/config | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/i3wm/.config/i3/config b/i3wm/.config/i3/config index 29e90c2..21635b8 100644 --- a/i3wm/.config/i3/config +++ b/i3wm/.config/i3/config @@ -10,12 +10,12 @@ # Please see https://i3wm.org/docs/userguide.html for a complete reference! exec_always --no-startup-id $HOME/.config/polybar/launch.sh -exec_always --no-startup-id xautolock -locker "~/.lock.sh" -time 60 -detectsleep -notify 10 +exec_always --no-startup-id xautolock -locker "$HOME/.local/bin/lock.sh" -time 60 -detectsleep -notify 10 exec --no-startup-id nm-applet exec --no-startup-id compton set $mod Mod4 -exec_always --no-startup-id feh --bg-scale ~/.wallpaper.jpg +exec_always --no-startup-id feh --bg-scale $HOME/.local/share/images/wallpaper.jpg new_window 1pixel # Font for window titles. Will also be used by the bar unless a different font @@ -37,7 +37,7 @@ font pango:DejaVu Sans Mono 8 floating_modifier $mod # start a terminal -bindsym $mod+Return exec kitty #i3-sensible-terminal +bindsym $mod+Return exec alacritty #kitty #i3-sensible-terminal # kill focused window bindsym $mod+Shift+q kill @@ -74,7 +74,8 @@ bindsym $mod+Shift+Control+Right move workspace to output right bindsym $mod+b workspace back_and_forth bindsym $mod+Shift+b move container to workspace back_and_forth -bindsym $mod+n exec --no-startup-id rofiworkspace +bindsym $mod+n exec --no-startup-id rofi_goto_workspace +bindsym $mod+m exec --no-startup-id rofi_moveto_workspace # move focused window bindsym $mod+Control+j move left @@ -257,3 +258,4 @@ for_window [class="Spotify"] move to workspace Spotify assign [class="Firefox"] → Browser assign [class="Zeal"] → Zeal assign [class="kitty"] → Term +assign [class="Alacritty"] → Term diff --git a/i3wm/.config/polybar/config b/i3wm/.config/polybar/config index 419ff49..0cda3cf 100644 --- a/i3wm/.config/polybar/config +++ b/i3wm/.config/polybar/config @@ -31,7 +31,7 @@ alert = #bd2c40 monitor = ${env:MONITOR:eDP-1} width = 100% height = 40 -dpi = 156 +dpi = 96 ;offset-x = 1% ;offset-y = 1% radius = 6.0 @@ -82,9 +82,9 @@ modules-right = filesystem backlight pulseaudio xkeyboard memory cpu wlan eth et monitor = ${env:MONITOR:eDP-1} width = 100% height = 40 -dpi = 156 +dpi = 96 ;offset-x = 1% -;offset-y = 0 +offset-y = 50 radius = 6.0 fixed-center = true @@ -335,14 +335,14 @@ label = %percentage_used%% [module/wlan] type = internal/network -interface = wlp13s0 +interface = wlp3s0 interval = 3.0 accumulate-stats = true format-connected-prefix = " " format-connected = <label-connected> format-connected-underline = #9f78e1 -label-connected = %essid% %local_ip% ↓%downspeed% ↑%upspeed% +label-connected = %essid% %local_ip% ↓%downspeed% ↑%upspeed% (%signal%) format-disconnected = ;format-disconnected = <label-disconnected> |
