added xmodmap
This commit is contained in:
+3
-3
@@ -83,7 +83,7 @@ bindsym $mod+Ctrl+KP_Page_Up exec $myTerm -e wopr report.xml
|
|||||||
bindsym $mod+Home exec "autorandr -c"
|
bindsym $mod+Home exec "autorandr -c"
|
||||||
|
|
||||||
# toggle polybar
|
# toggle polybar
|
||||||
bindsym $mod+Shift+f exec "polybar-msg cmd toggle && sleep 5 && polybar-msg cmd hide"
|
bindsym $mod+Shift+f exec "polybar-msg cmd toggle"
|
||||||
|
|
||||||
# make screenshot
|
# make screenshot
|
||||||
bindsym $mod+Print exec "flameshot full -c"
|
bindsym $mod+Print exec "flameshot full -c"
|
||||||
@@ -310,8 +310,8 @@ bindsym $mod+Shift+r restart
|
|||||||
bindsym $mod+Ctrl+Shift+$alt+l exec --no-startup-id light-locker-command -l
|
bindsym $mod+Ctrl+Shift+$alt+l exec --no-startup-id light-locker-command -l
|
||||||
|
|
||||||
# Set shut down, restart and locking features
|
# Set shut down, restart and locking features
|
||||||
bindsym $mod+Shift+Ctrl+$alt+h exec --no-startup-id loginctl hibernate
|
bindsym $mod+Shift+Ctrl+$alt+h exec --no-startup-id systemctl hibernate
|
||||||
bindsym $mod+Shift+Ctrl+$alt+s exec --no-startup-id loginctl suspend
|
bindsym $mod+Shift+Ctrl+$alt+s exec --no-startup-id systemctl suspend
|
||||||
|
|
||||||
#bindsym $mod+0 mode "$mode_system"
|
#bindsym $mod+0 mode "$mode_system"
|
||||||
#set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown
|
#set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
picom.conf##class.arch_laptop
|
picom.conf##class.arch_desktop
|
||||||
@@ -162,7 +162,7 @@ font-2 = "xos4 Terminus:size=12;1"
|
|||||||
|
|
||||||
modules-left = cpu cpu_temp memory filesystem
|
modules-left = cpu cpu_temp memory filesystem
|
||||||
modules-center = title
|
modules-center = title
|
||||||
modules-right = pulseaudio mic_status network public_ip battery date
|
modules-right = pulseaudio mic_status network public_ip date
|
||||||
|
|
||||||
; The separator will be inserted between the output of each module
|
; The separator will be inserted between the output of each module
|
||||||
separator =
|
separator =
|
||||||
@@ -311,14 +311,14 @@ compositing-underline = over
|
|||||||
compositing-border = over
|
compositing-border = over
|
||||||
|
|
||||||
; Define fallback values used by all module formats
|
; Define fallback values used by all module formats
|
||||||
format-foreground =
|
#format-foreground =
|
||||||
format-background =
|
#format-background =
|
||||||
format-underline =
|
#format-underline =
|
||||||
format-overline =
|
#format-overline =
|
||||||
format-spacing =
|
#format-spacing =
|
||||||
format-padding =
|
#format-padding =
|
||||||
format-margin =
|
#format-margin =
|
||||||
format-offset =
|
#format-offset =
|
||||||
|
|
||||||
; Enables pseudo-transparency for the bar
|
; Enables pseudo-transparency for the bar
|
||||||
; If set to true the bar can be transparent without a compositor.
|
; If set to true the bar can be transparent without a compositor.
|
||||||
|
|||||||
@@ -783,7 +783,7 @@ interface = wlp5s0
|
|||||||
; Normal Module
|
; Normal Module
|
||||||
[module/network]
|
[module/network]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlan0
|
interface = wlp5s0
|
||||||
click-left = nm-connection-editor
|
click-left = nm-connection-editor
|
||||||
|
|
||||||
; Seconds to sleep between updates
|
; Seconds to sleep between updates
|
||||||
|
|||||||
@@ -21,3 +21,4 @@ avahi
|
|||||||
python-pip
|
python-pip
|
||||||
man-db
|
man-db
|
||||||
fcron
|
fcron
|
||||||
|
linux-headers
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ evince
|
|||||||
okular
|
okular
|
||||||
pamixer
|
pamixer
|
||||||
xbindkeys
|
xbindkeys
|
||||||
|
xorg-xmodmap
|
||||||
dunst
|
dunst
|
||||||
ksysguard
|
ksysguard
|
||||||
xorg-xsetroot
|
xorg-xsetroot
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
docker
|
|
||||||
docker-compose
|
|
||||||
podman
|
|
||||||
vagrant
|
|
||||||
|
|
||||||
postman-bin
|
|
||||||
beekeeper-studio-bin
|
|
||||||
code-insiders
|
|
||||||
pycharm-professional
|
|
||||||
mongodb-compass
|
|
||||||
|
|
||||||
yarn
|
|
||||||
npm
|
|
||||||
|
|
||||||
texlive-most
|
|
||||||
texlive-latexindent-meta
|
|
||||||
biber
|
|
||||||
@@ -10,3 +10,6 @@ xset -dpms &
|
|||||||
xsetroot -solid black &
|
xsetroot -solid black &
|
||||||
|
|
||||||
numlockx on &
|
numlockx on &
|
||||||
|
|
||||||
|
[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap &
|
||||||
|
systemd-run --user --on-calendar=minutely --unit=polybar_auto_hide /usr/bin/polybar-msg cmd hide &
|
||||||
|
|||||||
Reference in New Issue
Block a user