fixed some configs and made bg transparent
This commit is contained in:
@@ -5,6 +5,9 @@ import = [
|
|||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
|
[window]
|
||||||
|
opacity = 0.85
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 14.0
|
size = 14.0
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ for_window [class="^.*"] border pixel 1
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
font pango:JetBrainsMonoNerdFont 14
|
font pango:JetBrainsMonoNerdFont 14
|
||||||
|
|
||||||
exec --no-startup-id picom
|
exec --no-startup-id picom --no-fading-openclose
|
||||||
exec --no-startup-id feh --bg-scale ~/.wallpapers/active.png
|
exec --no-startup-id feh --bg-scale ~/.wallpapers/active.png
|
||||||
exec --no-startup-id xrdb -merge ~/.Xresources
|
exec --no-startup-id xrdb -merge ~/.Xresources
|
||||||
exec_always --no-startup-id setxkbmap -option ctrl:nocaps
|
exec_always --no-startup-id setxkbmap -option ctrl:nocaps
|
||||||
@@ -37,13 +37,9 @@ bindsym $mod+Return exec alacritty
|
|||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
bindsym $mod+d exec --no-startup-id rofi -show drun
|
||||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
bindsym $mod+space exec --no-startup-id rofi -show combi
|
||||||
# A more modern dmenu replacement is rofi:
|
bindsym $mod+Tab exec --no-startup-id rofi -show window
|
||||||
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
|
||||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
|
||||||
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
|
||||||
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+h focus left
|
||||||
@@ -86,9 +82,6 @@ bindsym $mod+e layout toggle split
|
|||||||
# toggle tiling / floating
|
# toggle tiling / floating
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
|
|
||||||
# change focus between tiling / floating windows
|
|
||||||
bindsym $mod+space focus mode_toggle
|
|
||||||
|
|
||||||
# focus the parent container
|
# focus the parent container
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
||||||
|
|||||||
Submodule .config/nvim updated: aa310dfad0...3f4648c051
Reference in New Issue
Block a user